Loading Tool

Explorer IconExplorer

Memory Pool

76,798 transactions
28.62 vMB
0.07133425 BTC
Random Selection Loading Transactions
Max Size: 173.36/200 MB

Candidate Block

Mining Attempt 8fd872cb7809d73bffa35152648ecaa746adec8bd05d77968c276a1944033160
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6b7b22243e7e2ba23b791e1920148531c6e22eaa538d77113e0eb639125cfd87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,419
Size: 1.00 vMB
Total Fees: 0.01172360 BTC
Feerates: 71.79 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (505,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,346 409,346 0000000000000000001de51203e63d533a60fb9e62b7ee8cf4a0532acf6da49d 864 0.34/1.00 vMB 38
409,345 409,345 000000000000000005eef51d4136982da9beabbab534ea2be72b0d00196ef904 2,693 1.00/1.00 vMB 44
409,344 409,344 0000000000000000027db92406f3db38c0c2aa9c8d6e17f71dc1b62f7d10600d 726 1.00/1.00 vMB 17
409,343 409,343 0000000000000000043373b7920dd6b36fd38150d33c33359806d71b28e28894 2,155 0.99/1.00 vMB 37
409,342 409,342 000000000000000003206278bdecced27c1a3a43f38f6ac21fe58f22846ee2a8 1,682 1.00/1.00 vMB 27
409,341 409,341 0000000000000000005a605d374af2ee22ec508beef9b6105e40ea39e08e0a61 2,903 1.00/1.00 vMB 43
409,340 409,340 000000000000000003a3b3e6e2a7d3daee2cf2c9e80b40a8a2555edb87095e7e 3,561 0.99/1.00 vMB 64
409,339 409,339 0000000000000000026a03d379594845c6c805e0845c28eeee9c462ded24124a 2,895 0.99/1.00 vMB 47
409,338 409,338 000000000000000000640043a6fda17f133a0afa175aff33cbe32ba70a7aa7e0 2,795 1.00/1.00 vMB 56
409,337 409,337 000000000000000000733301acf065b51ce6fc8b57201a4e77d2780a107b8723 1,456 1.00/1.00 vMB 28
409,336 409,336 0000000000000000012e81e55e519d1e988d14adbbf2cc4a36a3b4fb4b84aaaf 1,906 1.00/1.00 vMB 37
409,335 409,335 0000000000000000040a736d378977e3ddaf4e654a7f7e246ee569a9dcd4e9e4 2,156 1.00/1.00 vMB 26
409,334 409,334 0000000000000000008d505d663ed8987828958929c18818f05936b576cd600f 3,243 1.00/1.00 vMB 64
409,333 409,333 000000000000000002cd233d49204d837c156d49a1d676c6daa0429c5763d2d4 1,849 1.00/1.00 vMB 27
409,332 409,332 000000000000000001313e378f4caaf2accf9230b5a619caf31890ea158c899a 2,481 0.93/1.00 vMB 48
409,331 409,331 00000000000000000015014b756cccfc601f305b689ee6eb6cc5543f33b5a238 1,733 1.00/1.00 vMB 37
409,330 409,330 000000000000000004d5b641602c37e8a891a6bed7cf3a2a3ffc958eec6db54d 527 0.99/1.00 vMB 29
409,329 409,329 0000000000000000014543ef7f8934094e134495f5cab608ecafa31e6c1a5096 2,904 1.00/1.00 vMB 53
409,328 409,328 00000000000000000061a51e59d936b2bd7757b16a613b42b8c2e65e3cea1c92 486 1.00/1.00 vMB 37
409,327 409,327 0000000000000000002ceb0bc43f650bd605e7d51c48a5238fd5063bd562330a 1,849 1.00/1.00 vMB 37
409,326 409,326 000000000000000004f36c5e0c30527ae35a1fbe404f97d4ec4438c2b2c04c01 2,881 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.