Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,578 transactions (5.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,696 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,927 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,695 (875,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,566 34,566 0000000031e8e105132f813991059a93edd1a41518b042cea8d1a59cd6646da6 0.00 MB 1 0
34,565 34,565 00000000ab291af8df1eba7a490afb0d86fcec0e52bdfa18f912d5900f39f4f8 0.00 MB 1 0
34,564 34,564 0000000042347b929befa97c67be47e60b8803f3a72e204e012ee3d065e8e7e9 0.00 MB 1 0
34,563 34,563 000000000e169238f8953e2af64693c98f92c79a28a0863608f70f0785d70285 0.00 MB 1 0
34,562 34,562 0000000027e56301c6b5ae5aba2368448af7fae492b7ba733b026ffd620948cb 0.00 MB 1 0
34,561 34,561 00000000c3220e88d966c5db50882cba5c854b928eee38bb1d5339c6194eee7a 0.00 MB 1 0
34,560 34,560 000000001915903de68176ee32c83c203fa5c08c3d7bb53ac6dcd39b59ef97a1 0.00 MB 2 0
34,559 34,559 000000003a8c983d4b7b559ab611d2c98b9f84e8fb4d46265c518c9a65771d55 0.00 MB 1 0
34,558 34,558 0000000015de4948e8630ac780dfe18d38f293a0279e6e25b5f4c975fa913db4 0.00 MB 1 0
34,557 34,557 00000000817d24fc23587429464e2736a55bf72e57255cab23b0c2e9f1b11e1e 0.00 MB 1 0
34,556 34,556 000000001dfc3ab9762514d71d1897c2514b9d479a093c6fe801ca326f7fa5a0 0.00 MB 1 0
34,555 34,555 00000000800e36bede8e420450d18fae319801214b17b87ce3bc76e4d150cf78 0.00 MB 1 0
34,554 34,554 0000000001ca036b288e602adda354f4b1854202d89e111992c254c57131d273 0.00 MB 1 0
34,553 34,553 000000005e8b01597b9f35e9b14a274a201183ed9add33a591c970b69441ceb1 0.00 MB 1 0
34,552 34,552 000000006e8771dd2059ed8127bf9e324e05df4e5627900a0de2c390fbea043b 0.00 MB 1 0
34,551 34,551 00000000a4784fb3d49d5f1d299874ba579d67a1f995a67295ceb7addc9ccc4d 0.00 MB 1 0
34,550 34,550 00000000a46f3f5750ee5eb469388e568cc68ae3dcf818dc1ecc204fdf792f58 0.00 MB 1 0
34,549 34,549 0000000043dfb30955074b08380c970309434949f2054bdaf10b4a9209511203 0.00 MB 1 0
34,548 34,548 0000000062bcf22113c5258b8c50d2d7943d53a70e4c5fbf7b2fd5dde926f71b 0.00 MB 1 0
34,547 34,547 00000000a4cc8282f94fa0bc2f0319a2d9a20e3f2dd558b18260feeb190b55a9 0.00 MB 1 0
34,546 34,546 0000000008b9be93f3ecae40bb75dde3d205bf713f7bad28b862b734c2b0294a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,154.62 GB sent, 112.60 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.