Loading Tool

Explorer IconExplorer

Memory Pool

75,473 transactions
27.78 vMB
0.08072125 BTC
Random Selection Loading Transactions
Max Size: 169.60/200 MB

Candidate Block

Mining Attempt a6d19e9a1d7b81ea1e623daecd026a50a7acbb7b03fcf41111386ad0affbbd66
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root a42484b22e6848e258ca08cb9368cae11d1b1bc60f9cb79f3868082e782bfcb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,274
Size: 1.00 vMB
Total Fees: 0.02127298 BTC
Feerates: 106.68 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (287,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,480 627,480 0000000000000000000fbb9748d00439154d743a70b81757915a802eabd66660 1,704 1.00/1.00 vMB 10
627,479 627,479 0000000000000000000e1763d90e96fa874a000dd798d1e96bb89f8e3317679b 2,136 1.00/1.00 vMB 13
627,478 627,478 000000000000000000031be086fe3e7002f7ac34a93aaab7b41c78e01d57edaa 2,403 1.00/1.00 vMB 18
627,477 627,477 0000000000000000000740961df3388d07a9daa96362feeadb188f15d7f1482a 1,573 1.00/1.00 vMB 22
627,476 627,476 0000000000000000000cac0a508befd7fd43a1634e26c8a63da931efaa9101a0 1,784 1.00/1.00 vMB 28
627,475 627,475 0000000000000000000b69254c7856d8fd3f794de4eac8a31c28b44bdbdbe381 2,723 1.00/1.00 vMB 32
627,474 627,474 00000000000000000009df79aff6cccd0bbe999accb97af08b0a81a052e1d0b1 1,406 1.00/1.00 vMB 20
627,473 627,473 000000000000000000029058e7fdd19b433b21e61eb5770b47ecfd49c860d6cc 750 1.00/1.00 vMB 10
627,472 627,472 0000000000000000000e60787b0361d3a8964ad0147751c1e5511edfb35d781f 1,897 1.00/1.00 vMB 9
627,471 627,471 0000000000000000000d4572957d698415118c196a5b867a8e0ae3d6083dfffa 2,599 1.00/1.00 vMB 14
627,470 627,470 00000000000000000004b7b9409020ede6f21aaa4c737a2a70890fba129f0472 2,706 1.00/1.00 vMB 25
627,469 627,469 0000000000000000000ebcc02a0d31a12fdf9609a53bd3d480294d9be315dff5 2,141 1.00/1.00 vMB 36
627,468 627,468 00000000000000000003084d6dffb3e0207d1bf3aface24fdf38b77fde67ea1a 3,005 1.00/1.00 vMB 22
627,467 627,467 000000000000000000067132185afe836ce38fc0499d46e210bc53cdcd08f65b 2,732 1.00/1.00 vMB 25
627,466 627,466 00000000000000000009fec9801ce28dbbe286cffa50f9b387e4001821e1cec2 2,961 1.00/1.00 vMB 25
627,465 627,465 0000000000000000000f1598908199d9066c5cb2ca4e545900d2b7fce17be160 2,613 1.00/1.00 vMB 34
627,464 627,464 0000000000000000000fd16ee272a81bec3633d907108acba9b82d4982de86eb 2,448 1.00/1.00 vMB 42
627,463 627,463 0000000000000000000854e6a521ddfb4d0393f50154667783bd644b8b57f02e 2,940 1.00/1.00 vMB 43
627,462 627,462 00000000000000000007ee9619d0e83daf4cf87c1e1f75a13c94fb858f2321b3 2,799 1.00/1.00 vMB 28
627,461 627,461 0000000000000000000261a6a139dc92566de8dbc52799f9ad4a44d8e175dfc8 2,839 1.00/1.00 vMB 45
627,460 627,460 0000000000000000000253d7d7d267ed96107215c62429732b9954b91e2bf391 2,028 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.85 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: 712.50 GB
    • Received: 17.17 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.