Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,228 transactions (0.80 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,386 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.80 vMB 2,217 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,385 (840,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,660 68,660 0000000000db04daebf9aa4d4cc3e9b518673a6da420e9e5a8922c41c61411f6 0.00 MB 1 0
68,659 68,659 00000000000405c75667d2a53d8b5e2fc5f9b0078ed5443b482d7a8d46314389 0.00 MB 5 0
68,658 68,658 00000000010f863e0c4a8eedaa1fb9542280cebfb8788f2b3020236f35ef357a 0.00 MB 1 0
68,657 68,657 00000000002bc74cdbb08cc657e0e98741a6747e48134f9018bfcad465609bcf 0.00 MB 1 0
68,656 68,656 00000000008cca90c5277fa3969ed89142c21795ba75b567c11e7cc5c7d8fb68 0.00 MB 1 0
68,655 68,655 00000000006cc3ddfa9b350162bb35000ded239c3aaf0ffd81a781044e516b05 0.00 MB 1 0
68,654 68,654 00000000001ee56ef657ae6d3a742a30340a8adb35d435da5e275c9950e4c7b0 0.00 MB 2 0
68,653 68,653 0000000000dafd8e7823c5907f383416ddeed8041d84d8f6ecd6923bca08d946 0.00 MB 2 0
68,652 68,652 0000000001585b28f9ded8d037d323dcc6fd67c26908e839741e4a8ced6c0aa5 0.00 MB 1 0
68,651 68,651 000000000043d70efec82f7421fcb8813f89a3cd2f58e168132303d77961ce40 0.00 MB 1 0
68,650 68,650 0000000000141c749e48776de4adc70ebd69f52447ddd051f919df57b7f2ed47 0.00 MB 1 0
68,649 68,649 00000000008695b0b4b712f7a8a228292465ea1b8375b01a0e062ddf342caa9f 0.00 MB 2 0
68,648 68,648 000000000025a7031b0cec7fad519e00ad8c36b1b475d04e41fcb14be6742616 0.00 MB 1 0
68,647 68,647 0000000000ed5f17148d704a877dff109ac38f0c7b801352db9c9a12fdee97db 0.00 MB 1 0
68,646 68,646 00000000005bb4f47f73d7b3b44570ae4b34398a52ebba4234fcd026692c7c72 0.00 MB 1 0
68,645 68,645 0000000000c56b81f7c0b6cdd89a39d13e0b8247d1b53d86e5a2a3b0b9d97327 0.00 MB 1 0
68,644 68,644 0000000000db9081772376a6a641db94bc1cfc9ab430f3d95f24ffd64ed3ea41 0.00 MB 1 0
68,643 68,643 0000000000582374d2e24b5867a7e750144a483fcc096cfd9886775c39e520c6 0.00 MB 1 0
68,642 68,642 0000000000bf90b3b9d330490ac87717af45167f57944c4940e429726f6a17c5 0.00 MB 3 0
68,641 68,641 0000000000b9959face3811c12350cad6938c6a26817222e6a0ed260a3b05d46 0.00 MB 1 0
68,640 68,640 0000000000b514cf03bc2a00a8293047badeb4acfcc71bb1a34b6b8761e38610 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,069.44 GB sent, 109.42 GB received

Notes

  • This page updates every 5 seconds.
  • 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.