Loading Tool

Explorer IconExplorer

Memory Pool

79,264 transactions
29.73 vMB
0.07610972 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt 07bb03939485a826f829d31889c2a98a283dbff71a4e0ef077410c88c43cbf43
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root fcf44551b80b8c2466fd2386ee9f7f2de45f46f7e14278abe3a43dae2d1ebbcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,668
Size: 1.00 vMB
Total Fees: 0.01554480 BTC
Feerates: 150.77 > 1.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (443,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,268 471,268 000000000000000000134507edb967f4b6783b12d9561ff059834aec0706a4b2 2,355 1.00/1.00 vMB 343
471,267 471,267 000000000000000000fcf389bfd8cec7560c71de549d9685b2ef755332559f3a 2,351 1.00/1.00 vMB 381
471,266 471,266 00000000000000000076027aafbd9a7e32f288e32c97f18e49bbfbc0183b5496 2,546 1.00/1.00 vMB 433
471,265 471,265 00000000000000000007b8f3bd43d96b21a260b3ed416c8c48832f20bfa005da 2,691 1.00/1.00 vMB 377
471,264 471,264 0000000000000000012d929c385059c959181dbe1a4d421687e2a9a3c6fc4f7e 2,229 1.00/1.00 vMB 394
471,263 471,263 00000000000000000175b6528b43c1f6efac59bd4ff908d8b5c8114a0e32868f 2,391 1.00/1.00 vMB 428
471,262 471,262 0000000000000000017042246e22bfbbc12e6dc73762836a8b3f6e505f85f2ec 2,385 1.00/1.00 vMB 473
471,261 471,261 00000000000000000046216fdbf25df8017ec871875ffb9c0b1c574a0e7804a7 2,636 1.00/1.00 vMB 287
471,260 471,260 000000000000000000a44a628322a97f202441bb66fc65acc53dbd1eb2400da5 2,288 1.00/1.00 vMB 306
471,259 471,259 0000000000000000004a2d1970455b094319f176df20a799d07973e051673d19 2,558 1.00/1.00 vMB 331
471,258 471,258 0000000000000000004a1456d5e48a4e1a6e4657b08462e2748dcb810aab30d9 1,744 1.00/1.00 vMB 375
471,257 471,257 000000000000000000061c5ada0e0c46392d53c43ee4351bd6219bf7ddaa41e5 2,110 1.00/1.00 vMB 355
471,256 471,256 0000000000000000012795f44634ba7781bf8ae3aa60dfc17996f86c0e12ae17 1,840 1.00/1.00 vMB 400
471,255 471,255 0000000000000000005718d85de130ad1129cd31a7d1c4adff1aa67a89f8add8 2,400 1.00/1.00 vMB 487
471,254 471,254 000000000000000001611c4de37b0c504203ab5c55121a50a5d66c371ced331e 2,243 1.00/1.00 vMB 332
471,253 471,253 0000000000000000003f0bcaf2179783f08ff5480d38e2b68091242799ff537e 2,327 1.00/1.00 vMB 414
471,252 471,252 0000000000000000017c73fe7e205667891f16239727df67905e1825fdb6017a 1,951 1.00/1.00 vMB 379
471,251 471,251 00000000000000000191c02a3f27a9bee9c904ad79e5a5f443a6af1c31f162e1 2,398 1.00/1.00 vMB 413
471,250 471,250 000000000000000000e104d9fad74938c6a405fc32ce2ae97dda2c561e8e0df1 1,825 1.00/1.00 vMB 419
471,249 471,249 0000000000000000019022bea28fc0b48664b3c40afaea43802eafffefe065e5 2,978 1.00/1.00 vMB 501
471,248 471,248 00000000000000000096a3e82335ab91c86bfa5f129d88ac4cd436c8e1b0f69c 1,758 1.00/1.00 vMB 598
Previous 10 blocks ↓
Total Size: 782.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.45 GB
    • Received: 14.98 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.