Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

731 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,608 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 725 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,607 (875,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,532 34,532 00000000afe8b54cb285755666d9222e72b7e99840b872ad64b886597451e3d1 0.00 MB 1 0
34,531 34,531 00000000432ff58734dc5ac8322be518c5db2f9e729dbc94a7d1a96e1ff3b694 0.00 MB 1 0
34,530 34,530 0000000015f09c67055597cc2b7c30371a930c2db4dadf031db91fe47c7f10c8 0.00 MB 1 0
34,529 34,529 000000006c528fb96b93b8d8f1f9c20085f8e60fff555109348814a8f4212e26 0.00 MB 1 0
34,528 34,528 00000000149d51365a3e49958fe1e6b99e11c66605dee351f4d1dc13a36a4e58 0.00 MB 1 0
34,527 34,527 00000000088204f38fb547e46fdd5cb6b79e19627ae2b0fb186343772187d575 0.00 MB 1 0
34,526 34,526 0000000010281adf7011044d49eb5ca0ce587b163cecf8db7fa33f432b1ca137 0.00 MB 1 0
34,525 34,525 00000000862fcd9662f130c3b4b2b6a3e424baef66fe4dadb958d2434a4f9365 0.00 MB 1 0
34,524 34,524 000000006537b2bd9e9e88cf70039894ebc89e1bffde2fd04024994c5e89ff99 0.00 MB 1 0
34,523 34,523 00000000c20064ae159c2f91444843473e076dbae3f2900c2aaa06225e9d4320 0.00 MB 1 0
34,522 34,522 00000000b490921ade7af61a0b04b8c9c64378261c910c4d0676569b2f884d03 0.00 MB 1 0
34,521 34,521 00000000aa468e394aa424bd2e8852f9ffe367445945e3f53c80690997531402 0.00 MB 1 0
34,520 34,520 00000000734ba76a715f1a315927fb2a9d9484902f6cda9081079ba15e51acc9 0.00 MB 1 0
34,519 34,519 000000001d5cbdd20de7ee09bc345c2ec272aed2f8c870f1425009899580f7ef 0.00 MB 1 0
34,518 34,518 00000000721a02b0790fee418a82d2cf94b99915c36c0ef297e2fbb7d8d9488a 0.00 MB 1 0
34,517 34,517 000000009615b185ceab72b63444b3639e67b2480df72e0f3e8e9b7efdbd7b06 0.00 MB 1 0
34,516 34,516 00000000a889001015bc67731bab9ae5eca2600d21c4c1b2387e33dfb22b9bc1 0.00 MB 1 0
34,515 34,515 00000000043440c78a80966eb56040cb796035ce4a3a9d9f88cc694b8e9f127d 0.00 MB 1 0
34,514 34,514 0000000054a4d17ccb367a8d453f8d332f9ee758779e7c04f00ebd80809dc7d1 0.00 MB 1 0
34,513 34,513 00000000a7a1e7daf29792eadfb4e4e9c9f9019f1b817f54b63a737c871f0f76 0.00 MB 1 0
34,512 34,512 00000000ae62e4666ae3526b9cc92fe75b1557aea2e24b88abc81869e297a315 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.68 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,100.51 GB sent, 111.70 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.