Loading Tool

Explorer IconExplorer

Memory Pool

40,975 transactions
25.94 vMB
0.05014794 BTC
Random Selection Loading Transactions
Max Size: 135.65/200 MB

Candidate Block

Mining Attempt ab032cd46827e10cdbcb9403fc42ca3640e67d4eb2daafaa2ade28382be2dab4
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 35818790e90d211f2fa17f21a8852e9b0a67140306d4275402ae1565f08b18d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.00305140 BTC
Feerates: 18.26 > 0.31 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (337,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,355 577,355 0000000000000000001fab52ecd0e73fe94c97ed4d2f1b644b4a3bc602683723 1,801 1.00/1.00 vMB 99
577,354 577,354 0000000000000000001fa683d3808614c27b64d0ac82f7ca8539a11d0ebd3810 2,439 1.00/1.00 vMB 142
577,353 577,353 00000000000000000001f60c42595687be4648849483b47c2178a368fbae86e0 492 1.00/1.00 vMB 4
577,352 577,352 0000000000000000001df74b1c16ba9bad690ce97882b08d6d30a3c963ed9eab 2,735 1.00/1.00 vMB 63
577,351 577,351 0000000000000000001b7679283f6980090353d73cef88ae5cad40c1c990e2d0 2,134 1.00/1.00 vMB 71
577,350 577,350 0000000000000000002894988ae3460720bd9a6560435945714d6d710cf1baad 2,797 1.00/1.00 vMB 20
577,349 577,349 0000000000000000000e80b3349d8066a8df6595bfd309c0e918e3b76f2633f0 2,555 1.00/1.00 vMB 76
577,348 577,348 00000000000000000025eb46711c7c44a2beda20fc30cc1fcffab586eed9e8ca 1,503 1.00/1.00 vMB 86
577,347 577,347 0000000000000000000e2eb3d50e1818ab8c5abf67c947a3b6322e7350f0f04c 1,421 1.00/1.00 vMB 126
577,346 577,346 0000000000000000001e688ba0e5d3419e7ebd9053247dd573cd19a4cc57a7af 2,145 1.00/1.00 vMB 159
577,345 577,345 000000000000000000138c13712a1b389960a480e7f039dbc681f5764e68b7ea 1,078 1.00/1.00 vMB 102
577,344 577,344 000000000000000000279461a122a42299fd4ca434c8b13e487bb1b9472d902c 2,215 1.00/1.00 vMB 142
577,343 577,343 00000000000000000029b145214831afe765582574a9e7cc5ea16e8b8d9081ed 2,131 1.00/1.00 vMB 93
577,342 577,342 0000000000000000000a891fdb35103328500a4db972baceef9c6dcbe9196c40 2,251 1.00/1.00 vMB 68
577,341 577,341 00000000000000000004fbd02d5d25650c13af036d82d4aac6b5e51d058219db 1,781 1.00/1.00 vMB 135
577,340 577,340 0000000000000000000aded099ce05616aaf3d11ccd234abf15241fae0c8587f 1,897 1.00/1.00 vMB 34
577,339 577,339 0000000000000000001986c9c67eb975fd39adc5b7dd0a45462e8d6590765b86 2,318 1.00/1.00 vMB 64
577,338 577,338 000000000000000000131d7d612265d57438fbb8edaaae388a7bee784b9a4dc3 2,349 1.00/1.00 vMB 86
577,337 577,337 0000000000000000001e356cc45a26d94c91f25df5020cfea0953e4057b1db03 2,382 1.00/1.00 vMB 123
577,336 577,336 00000000000000000018194a88ead9838e87a1f639601a4baca3bd7aba867242 2,407 1.00/1.00 vMB 26
577,335 577,335 00000000000000000007470709ee0b4e80606ef590331931f27848eab61c85ec 2,712 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.