Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,425 transactions (3.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,562 (839,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,128 70,128 000000000021d06a7941bcd1c8f9ced54be243df4a1ba04aa44efec542c82e9b 0.00 MB 1 0
70,127 70,127 000000000066bdb6e1723e12ef24cbe888f4d3e9aa9e01c908e04ac77e63c4db 0.00 MB 1 0
70,126 70,126 0000000000cbf7492d28c953be65e29be048d86782ebba02af0c014ea479728d 0.00 MB 2 0
70,125 70,125 0000000000df24cd72d20e78cda465d2873abf33d1867535e8ee26baa08a49d2 0.00 MB 1 0
70,124 70,124 00000000016092c5ee04331c2aa0b653a6316453823903a7de7aebf3db97c662 0.00 MB 1 0
70,123 70,123 0000000000d81a31453fc76515ae8f65182d0c92d93e80e11083d46110f3f88f 0.00 MB 1 0
70,122 70,122 0000000000707e62295113825c2a6fa5672bd019432947092119e2dd43f961e4 0.00 MB 1 0
70,121 70,121 00000000006bed0e2829cb3a98e9902f73be818314088e43ff8c2ece77f7b795 0.01 MB 3 198
70,120 70,120 0000000000e5880521ad1d9d7183da1960a3ac33d0291e822d967aae5d8a6d17 0.00 MB 1 0
70,119 70,119 0000000000aafb7fbca3bfd116913c7cc40158adec85ca99b622bd9598f0079e 0.00 MB 3 2,403
70,118 70,118 0000000000eaa05b85ad0bd9ba3d6e3b8ffb8a55531f30f3dc88d175c673c482 0.00 MB 3 0
70,117 70,117 00000000003c22a7fde4c11cacc29521755171d53bd0efc90bd1ca08d6f17f83 0.00 MB 1 0
70,116 70,116 0000000000183bb926e7b28430ef1418c9b9fd4a668189c550b1f0cc98511a9f 0.00 MB 1 0
70,115 70,115 000000000126098e921dc0248656c82bb8050dee523b0607c0c412554521d35b 0.00 MB 3 2,183
70,114 70,114 00000000007f2e0e28d9eb0ce528c36d6cc92ead65e953b306a7e71fa363b27f 0.00 MB 1 0
70,113 70,113 00000000008c9e128169824f3b835378c86eb24fbd1cc598c5b3cf1c3321e386 0.00 MB 1 0
70,112 70,112 0000000000555a1b325c1544e5590ea529938509572e9136f64a54902c29c013 0.00 MB 1 0
70,111 70,111 00000000004a4f0fb4e6cb8c3e9f6e4fec1f47d7801a4dcbf3f8c88e93f3a3e4 0.00 MB 1 0
70,110 70,110 00000000000ef6e3154f79f7db98f8f0190b3a62258adbeb2d5b64c4256f6cb6 0.00 MB 2 0
70,109 70,109 0000000000910f67195260c98f8bc9dcf228a73e7defa5962c7c4586af73143d 0.00 MB 1 0
70,108 70,108 000000000020bc538ae71b890aa396ac752394cbb44080f75af4fc4928dba5b8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.59 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,089.80 GB sent, 111.25 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.