Loading Tool

Explorer IconExplorer

Memory Pool

20,153 transactions
8.79 vMB
0.03595022 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.93/200 MB

Candidate Block

Mining Attempt 116acf75adb3187599c9a6e36a039a28790ad1d72590064d878a76d01ae1423c
Version 20000000
Previous Block 00000000000000000001e4cc6aaf8e6f5dc705e351494064f381c564fcaa7dd5
Merkle Root 4f00c760f821920d7c0d4253da002aaec16ae12b0e4cb74be0efcbd29c0bdcde
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,479
Size: 1.00 vMB
Total Fees: 0.01678496 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,394 (704,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,899 208,899 000000000000023240a39eb6bec11f1b6e0b714b5b1655540c035de2aee2226e 1 0.00 vMB 0
208,898 208,898 000000000000026f884182fa54d5be7c00a255e82cb47e0140dcfcafdb06289d 525 0.25 vMB 197
208,897 208,897 000000000000015ebcefd7b570b4983a10332ab4439cfcdb8a13d29cdb7b6f64 557 0.24 vMB 210
208,896 208,896 0000000000000379238ad8926287a347070a7d8545da6f9545da45ac37570697 256 0.10 vMB 193
208,895 208,895 00000000000002e25279725c5110a06e85425d4b3946ab7834ffa87f487e49d4 81 0.06 vMB 146
208,894 208,894 00000000000000871f0db8e9640cebad083063d1d8edc89fdcd662145d226369 158 0.09 vMB 165
208,893 208,893 000000000000006f299ec3487d9664fbf3488505a4a4b850b0755641d7e6204a 76 0.03 vMB 157
208,892 208,892 000000000000035a99df3eb6255a24c7aa17728688cb8056c2683c67160bec16 10 0.00 vMB 205
208,891 208,891 000000000000046e13afeab763e597b4c293b93504b697dfd4eaee9b4ca43a55 269 0.10 vMB 196
208,890 208,890 00000000000001997f7ae2e9f871fd0f201c229cf37f0b524285d2921295a6aa 34 0.02 vMB 161
208,889 208,889 00000000000001729a43f09743e9557b290bccf28a2848db584f4c2cfb385fab 407 0.17 vMB 187
208,888 208,888 00000000000004392d078663e26d5ec4be14e62bdc997cc36c097d3b8baa427d 43 0.01 vMB 265
208,887 208,887 00000000000003fde311970bb97326fcff81e7495105ab92a9cb82695e0582a4 128 0.05 vMB 170
208,886 208,886 00000000000002b65a1099bad8ac9b13fb8ef6b4ee37d8060e5952bd38bc6699 386 0.15 vMB 194
208,885 208,885 00000000000001b5a131a8b9663c87a324d5e79e76a910a25033cd3ca75429ad 14 0.01 vMB 130
208,884 208,884 00000000000003e785841de8dcf6971f6458358c143e2606f81120523284c265 25 0.01 vMB 240
208,883 208,883 00000000000004625b52b599ec694381c22c68cf44d46e41d9cbb7e1c51be70b 108 0.04 vMB 230
208,882 208,882 00000000000002726cebb5d11970ae3abd5e32a1241b0e4833fee150ea41b00a 68 0.03 vMB 24
208,881 208,881 0000000000000111403fbc396a1bb1a38ece29dc1e49be61e36dc7013f45d3c3 186 0.07 vMB 141
208,880 208,880 00000000000002a0c5fe69fb50905bfafe94d072959241aa87c81e119649a082 211 0.12 vMB 109
208,879 208,879 00000000000000c8dfc73d4130f3214e4e88878a797c9544c32f8f7822f113c4 441 0.24 vMB 156
Previous 10 blocks ↓
Total Size: 779.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 257.25 GB
    • Received: 0.98 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.