Loading Tool

Explorer IconExplorer

Memory Pool

33,996 transactions
28.35 vMB
0.11728267 BTC
Random Selection Loading Transactions
Max Size: 140.14/200 MB

Candidate Block

Mining Attempt 9f4ea61cd6db0edd24bd9281ba33ae70e8797a8c882f434d0b36392bbd1f09ed
Version 20000000
Previous Block 0000000000000000000120b73543f07b91740637bd8edf282f46be404c402744
Merkle Root 5df059c939e04a83a52a51db8d2dd88b60068bdc113dd3caf5c22dabbea1c958
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.06249372 BTC
Feerates: 106.95 > 6.26 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,508 (41,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,344 873,344 00000000000000000002addfcdd93303b6e2e768278fe87f4742166cd775423c 1,082 1.00/1.00 vMB 5
873,343 873,343 00000000000000000000c2ab66364fcb1fc5c4547470dea7c400c2c7ec50acac 3,406 1.00/1.00 vMB 6
873,342 873,342 0000000000000000000263402b759119a28b613d792d070a0e8817d90a9ef407 3,566 1.00/1.00 vMB 9
873,341 873,341 0000000000000000000201abcbc9da98b981dba1ad17e8ad91abd7220e725d44 3,641 1.00/1.00 vMB 10
873,340 873,340 000000000000000000010d2f548803ae8937e35045eda12474e0edd5d5b34368 3,772 1.00/1.00 vMB 10
873,339 873,339 000000000000000000018d1afd18677b9a2b21b8a3cbcb6c45ff303ea3dbf10d 2,951 1.00/1.00 vMB 7
873,338 873,338 0000000000000000000076496021fa42bc3ac192865ef1d049a8b5d6a6d39841 4,208 1.00/1.00 vMB 8
873,337 873,337 0000000000000000000187e93dbf18a0e74944a8236b9f63a2a6e4b887c49899 3,453 1.00/1.00 vMB 14
873,336 873,336 00000000000000000001bffe418e94e733b52d9a48a128f3a0d3d04124ebdb61 3,898 1.00/1.00 vMB 10
873,335 873,335 0000000000000000000205b2a083625d02ff45533af271a57309fb0bcfc556f2 2,745 1.00/1.00 vMB 7
873,334 873,334 000000000000000000019ee21e1e9f8ce532b411b2f1273ae1c6fd4795031fc0 4,109 1.00/1.00 vMB 10
873,333 873,333 00000000000000000002065f503f2653c5f3c8f3489985de8aa821b5147be9d7 3,447 1.00/1.00 vMB 9
873,332 873,332 00000000000000000001a3f681de9a07b940cdfcb69e65e2cd77034a050e5823 4,361 1.00/1.00 vMB 5
873,331 873,331 0000000000000000000145a8356a4bfedfb8a9a79400a7ab6b18b618fe254273 3,385 1.00/1.00 vMB 7
873,330 873,330 000000000000000000007129fbe2263437f61e2f2745f3e816465c99cfa0e762 4,965 1.00/1.00 vMB 3
873,329 873,329 000000000000000000005772b5e02e8bd3e5777b5f67cf355c26fa4ae3fb3842 2,731 1.00/1.00 vMB 4
873,328 873,328 000000000000000000029fe8d2572027fc9d8812c9b0ae30f532670ad0f0e45e 2,212 1.00/1.00 vMB 7
873,327 873,327 000000000000000000001e9947ade9c58aac854fdb3847c54c77f5b116dcdbe7 2,964 1.00/1.00 vMB 8
873,326 873,326 0000000000000000000158e132ecf515ec446b180549c6b0feb319aebef6e53a 3,652 1.00/1.00 vMB 10
873,325 873,325 00000000000000000001be1ef553a73fa8c1b30e35dc3186f7770aa12b0aa6f4 2,981 1.00/1.00 vMB 3
873,324 873,324 000000000000000000024ed681933015b5bed23d7aadde57a11e8d8b1d3ea130 3,373 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.51 GB

Node Details:

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