Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,417 transactions (1.00 vMB)

Priority:

  • 1 sats/vbyte = (10 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,363 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.99 vMB 2,417 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,362 (871,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,587 37,587 0000000083c879c6d1a80591055dd16fc083acf04c63317ebcd1e424f24185d9 0.00 MB 1 0
37,586 37,586 000000000117721cfd9ad6f5c84fcc571ce7bf60f2e6d222f7d1d350d7405b4c 0.00 MB 1 0
37,585 37,585 000000003923fe0b0a57517177564adae2838e84b052e5ab1f21f1e6e78eb6fd 0.00 MB 1 0
37,584 37,584 0000000073d2672eef6cdab50c06c5f6e38ec4f017304ec8721398a74838fd14 0.00 MB 1 0
37,583 37,583 00000000788f4eb1628f99bc7a32e608699eb20a4f2694f3012c9e29877b30ee 0.00 MB 1 0
37,582 37,582 00000000abf01e053228f1adc19b233d1d036ade377204a86659b4c400700b23 0.00 MB 1 0
37,581 37,581 0000000063ec2626859f6c0a95246069c0ba8cef3597b9503c68b54bd1713307 0.00 MB 1 0
37,580 37,580 0000000091db1b7f330ef1d5c8c98405f778e15fd90b557c13621ec0d95535d6 0.00 MB 1 0
37,579 37,579 000000007b056ecbe182103f02d97d4e56f98f85281f4f7448d06b20e6e8c269 0.00 MB 1 0
37,578 37,578 000000007d7e6f756a6cbbf5fcc957da111272142f518a60500ecdc791c122c1 0.00 MB 1 0
37,577 37,577 00000000bd8f18588c333ae776721e838d266744cd9a209668710a8c1710340f 0.00 MB 1 0
37,576 37,576 0000000016ce6662cecefdd80a3b7ebbfc0db433a1b6e7fe9de35289c2aa4f23 0.00 MB 1 0
37,575 37,575 00000000b69dd793ae8db1ee4d59b8e2096f86dd1101641f0cb31e4414e767b4 0.00 MB 1 0
37,574 37,574 00000000a8bec5b68671ac6b3adf31838047dc90936c389cd613ab0af6de29aa 0.00 MB 1 0
37,573 37,573 000000007ff44dd85fa7393a3b56fd9891064b16e1bf3e3a87435902bc264ca5 0.00 MB 1 0
37,572 37,572 00000000157e254054ced6d98f28b97a1dc0a47abd31a68b55ffc12af9dec8a9 0.00 MB 1 0
37,571 37,571 000000000616acd920c1e07a336246115301b401f510c4781661a89a047d0bf5 0.00 MB 1 0
37,570 37,570 00000000240f6b6daa92f1328dc290db82a8356e63678a3cd6d703860d8bed2e 0.00 MB 1 0
37,569 37,569 0000000025f9eea977059a3459180d02d74f823c960fcae26e7b14a10e2d1287 0.00 MB 1 0
37,568 37,568 00000000047334c4e2c342a81da7d7170da037c2a1dcabf948357d5a2058a3ac 0.00 MB 1 0
37,567 37,567 00000000b2559f6776e9dc960eb89a18c4262c6979d80accd37ea3baea3b6c67 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.21 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,068.45 GB sent, 109.21 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.