Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,323 transactions (1.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,892 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,604 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,891 (875,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,574 34,574 00000000ac26fe11c29388ceeba10b8be6dc808f7a29ec7eabe3274ace061440 0.00 MB 1 0
34,573 34,573 00000000532be14766cdce9f042c153ca6cdc349ac5d236a629665e67d732978 0.00 MB 1 0
34,572 34,572 000000000ffc2e4968726408b471c20c0e9ee7cc1f44899853d45062a898c64a 0.00 MB 1 0
34,571 34,571 000000009c760dc89364676a9d382566563e070c3dd257786e62983fda0b0033 0.00 MB 1 0
34,570 34,570 00000000832a8535783465feb7202925fb33d68e28e138ac6f91f52376bec473 0.00 MB 1 0
34,569 34,569 00000000490240e1322a7a0ee3266b30c30dca37f55e1c3d499752a5b5a4b95e 0.00 MB 1 0
34,568 34,568 0000000002eb5479aeaf98a426452954815dcb86b7969027c0d26c52212fee8f 0.00 MB 1 0
34,567 34,567 000000009dcde7e6d640acbc853730e2cf15dd82f2b11d9eaf2a3ff1224f052d 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.20 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,171.54 GB sent, 114.36 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.