Loading Tool

Explorer IconExplorer

Memory Pool

27,393 transactions
25.46 vMB
0.07624486 BTC
Random Selection Loading Transactions
Max Size: 123.21/200 MB

Candidate Block

Mining Attempt 4ccbc3663e32113c93e8c80615d92ff80ee851b3aa7d8ec79e7c0f787372f340
Version 20000000
Previous Block 0000000000000000000100c3b4decfa6a2417754a8ff8e10e294117889df7a0a
Merkle Root 4e0810603bf2b739b36f15f773933cf83382cb155e2bea5740bddb7f3fae73a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.02896551 BTC
Feerates: 160.57 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,178 (787,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,390 126,390 0000000000000b76e38b396f1ab4587c60dd752cc4dcb59578a90717af939f06 9 0.00/1.00 vMB 324
126,389 126,389 0000000000003797281cf02f587c358cf6b8a870de4c7b29cf5093e4a1ff486b 22 0.01/1.00 vMB 774
126,388 126,388 0000000000003e3895ded160f6112900f32bfbdb26d825b8346f46b5fc068830 21 0.02/1.00 vMB 400
126,387 126,387 00000000000043b8be5f32865507e4aa7140bd634da2908631cd1d7a536f1bbc 17 0.00/1.00 vMB 221
126,386 126,386 0000000000001145253a47bda508fc9e5a7b1a3846e7f4ed65e30745b9be6928 23 0.01/1.00 vMB 576
126,385 126,385 000000000000149724f15e1fd95027d1695ba6699016c249961ca3f7644195df 57 0.02/1.00 vMB 271
126,384 126,384 00000000000017710f061c85f374a2921214afd90ad057e7a8f6dbc57eb4b7f1 86 0.03/1.00 vMB 1,347
126,383 126,383 0000000000001c560aa99bba567911552164edbe569db26cf38755d365bcc340 31 0.01/1.00 vMB 1,070
126,382 126,382 0000000000002ecfe0a5e7b4c8aad55f69218edf3f0f1a1f12aac85187fc3a19 4 0.00/1.00 vMB 64
126,381 126,381 0000000000000cf4a332ff9b50f30ab9518301718625200150cef2fea71ea19b 12 0.01/1.00 vMB 1,762
126,380 126,380 00000000000035c0e1d9e53c17e501a1287cf4e4c971ae7dafa9c8f8163fae47 4 0.00/1.00 vMB 0
126,379 126,379 00000000000003e5320631f7f7aa2d322618988541ac60871828d57a5f10ce57 11 0.00/1.00 vMB 1,292
126,378 126,378 0000000000001f3c17e5d2d54bf2618a28f97e6a6e9fd5ec175acd1c65de7d67 8 0.00/1.00 vMB 336
126,377 126,377 0000000000002c72d6a6f5b08adf4278c04b3460534accd575f446fbc6cc5df3 13 0.00/1.00 vMB 1,284
126,376 126,376 000000000000284250884836e03280f2b25109ceea39a2ed702ce1d167af03c9 5 0.00/1.00 vMB 0
126,375 126,375 0000000000001d87c97ada9d161acd580aeff4fe7a2259c4710e16c05d9bcbcd 6 0.00/1.00 vMB 463
126,374 126,374 0000000000001bd0023d75ab6005c61d8c5e715f35cae6882d3304290a5d9185 5 0.00/1.00 vMB 854
126,373 126,373 000000000000324eb9b63ef0822b4bca58624217616f3932ec5dd1044f910e15 8 0.00/1.00 vMB 938
126,372 126,372 00000000000014064d5e3aeeceb419b47b676421b52860d75b4c21bf0df62d12 5 0.00/1.00 vMB 1,161
126,371 126,371 000000000000098698945963c9ea5dd412897c3497f8e638d75da93a418528a7 82 0.03/1.00 vMB 427
126,370 126,370 0000000000003ffdb29c4138dca631e9ffc9b2c3a46f645edf54ecd50793c7f7 4 0.00/1.00 vMB 1,288
Previous 10 blocks ↓
Total Size: 780.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 571.96 GB
    • Received: 7.82 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.