Loading Tool

Explorer IconExplorer

Memory Pool

38,141 transactions
18.44 vMB
0.15494394 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.72/200 MB

Candidate Block

Mining Attempt 5833d76adcaf68b3f86f051782b9f054e7bd5ca2e6f18442d1bfc88252ad585f
Version 20000000
Previous Block 00000000000000000000926daeda5a782c2ce98296a630ce9671c72457592e4f
Merkle Root aab16809b802a145dd42b2366460a155705f265b1ae5bf13c8800bcf7fd4024a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,572
Size: 1.00 vMB
Total Fees: 0.03493718 BTC
Median Feerate: 3.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,330 (787,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,263 126,263 000000000000046d62e25d31b6af27735f2015bb7ae14ae66ea0f76661700a1b 15 0.01 vMB 1,249
126,262 126,262 000000000000282f27e06c5871ddcb0faaa2a896a8827cf7d33d34a00e61e6b8 14 0.00 vMB 618
126,261 126,261 00000000000008bab2c1553dea646cfd6a58154a7e1dd3fd12ff005860179f39 57 0.02 vMB 1,944
126,260 126,260 0000000000001a703e7ce5086c2d2d87f3a2dc6a9a7294ca520da3e1d87f086c 12 0.01 vMB 812
126,259 126,259 0000000000000c5de3b99288e410b7b62f5191782d70779995edef3e240d185b 10 0.00 vMB 960
126,258 126,258 0000000000002e16c1d75419eaed8b15fda069e40f009edaea4ef7d26b584f4b 12 0.00 vMB 34
126,257 126,257 0000000000002b39714e5e5b73184b10cf9e3f344b584f0252f4d21063f1b529 27 0.01 vMB 482
126,256 126,256 0000000000000b021a382711b70297a50ab9f53c5ae648cabeaaee8bf9d0abfd 4 0.00 vMB 412
126,255 126,255 000000000000294398d7f553ca7abd166d94ca1fbbcbbebaa6f5fd1ba16a4920 10 0.00 vMB 0
126,254 126,254 00000000000036b1a92cde4177e719b161ecbe1a98f04e423d8014550d68d283 9 0.00 vMB 325
126,253 126,253 0000000000003626216b880713568e58e407d2a6f845c56dacfa22308e4c0e43 5 0.01 vMB 114
126,252 126,252 000000000000042a96744587626bb55b9dfbc40ebe8c00193b916074f4bc9245 48 0.01 vMB 2,916
126,251 126,251 00000000000041d8c49e193c558bfcb7614f1c1d23a392f1b613b3e91abb88ff 29 0.02 vMB 319
126,250 126,250 000000000000248e18d2a93e071c0e8f32f02467a23e9e2703e6ca1a5f28629c 4 0.00 vMB 1,604
126,249 126,249 0000000000003913f3baded58b12dcb966ff375b6a77d8c357ee79d623b6d782 12 0.00 vMB 88
126,248 126,248 00000000000020c4965c68675cbe122e0acfdd2dd376984d97e4893ebffca8b1 15 0.00 vMB 1,065
126,247 126,247 00000000000011ac2a0fe8eb5c478b8669bab6f95bfc8d9b69fc8b1a8b68cd84 11 0.00 vMB 34
126,246 126,246 000000000000263917b07812c4b56f0e469485a78a8ed68f135edb82086be191 9 0.00 vMB 17
126,245 126,245 0000000000003fd66d4653ec3d0e7074ed3e29edb60c44bbd40f6160a3a8c2a5 13 0.00 vMB 232
126,244 126,244 000000000000431d880d4c4969419e0cc3b3227f8629d3e0acb8a546e90c4e8a 13 0.01 vMB 620
126,243 126,243 000000000000035f78594bf4a30b58b3d63184bbd44419cd371cbb8c6bd5426e 12 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 86
    • Outgoing: 10
  • Data Transfer:
    • Sent: 132.00 GB
    • Received: 0.54 GB
  • Uptime:

Notes

  • 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.