Loading Tool

Explorer IconExplorer

Memory Pool

80,992 transactions
30.39 vMB
0.13360790 BTC
Random Selection Loading Transactions
Max Size: 181.92/200 MB

Candidate Block

Mining Attempt fc9af322f6d4c7a0ba25cc73d6f5449a82bd9d57ba777a6a0fdb7875df80f4bf
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4defc9983573f47849af742b9e0ad065fc25381b4956a02ff6f6c2513d197ee8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,644
Size: 1.00 vMB
Total Fees: 0.05988578 BTC
Feerates: 150.86 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (127,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,347 787,347 00000000000000000000badfeb5c70038bbc3843648b3e5d14971929b57683b0 3,821 1.00/1.00 vMB 43
787,346 787,346 0000000000000000000148a5c05e1dad2eb7e77c9a638d3e6d14a21c4fd55d99 4,398 1.00/1.00 vMB 44
787,345 787,345 000000000000000000039bdca43e5f4804db2d26c7c15faef0649a1434a2002e 2,577 1.00/1.00 vMB 48
787,344 787,344 00000000000000000002e32622ddc95cf5211696417672707ecd1f8eed709205 3,735 1.00/1.00 vMB 40
787,343 787,343 000000000000000000002b4d8f2c3a96e5feb02613aef836f132956047d6235b 4,387 1.00/1.00 vMB 26
787,342 787,342 00000000000000000003b6f935f68da0cbdb914b71100acd8a7e8fb69fee167f 4,018 1.00/1.00 vMB 8
787,341 787,341 00000000000000000003a1ef8c052edc86de52abb19f0998f8c10254f4a648a6 3,766 1.00/1.00 vMB 18
787,340 787,340 000000000000000000045cadda54d7e80757589454a08f2f62fd212506f47614 3,475 1.00/1.00 vMB 37
787,339 787,339 0000000000000000000356bbf532abaf700bc661cafc3af3c6d6c4b4dd0694b4 3,763 1.00/1.00 vMB 36
787,338 787,338 00000000000000000001e25268da761242acea16d1e2c444c903ed6a6c026daf 1,533 1.00/1.00 vMB 19
787,337 787,337 0000000000000000000567e154f0530e73b94f6b6255679a9fbbd3936ca47f5d 2,897 1.00/1.00 vMB 33
787,336 787,336 000000000000000000010769b6e05de01931bd7c8ff53d3412d46a127163793a 3,373 1.00/1.00 vMB 51
787,335 787,335 00000000000000000000f99f01de83952c0c2c1541c93c73e473c48e32f759a9 2,628 1.00/1.00 vMB 35
787,334 787,334 000000000000000000027ac74892d31046fe1c2210ee61b8bbf1bb0503d7270f 3,867 1.00/1.00 vMB 12
787,333 787,333 00000000000000000003112644113c93d1dc11722fcc24f9ea0c820297f0e306 3,047 1.00/1.00 vMB 31
787,332 787,332 00000000000000000000ec54266daba90891363b64536ff53ed402fe814fa0e8 5,014 1.00/1.00 vMB 9
787,331 787,331 000000000000000000051d249eac152c0a7fb6a5be503555f73d64c23979ed64 4,538 1.00/1.00 vMB 11
787,330 787,330 00000000000000000002c8e5980e4921b75fe3970e59084c0de47f446ca17b25 3,594 1.00/1.00 vMB 22
787,329 787,329 00000000000000000001b2e9bd50435e9648b97cb93ce3cc4b06bb44a47be1fc 3,733 1.00/1.00 vMB 18
787,328 787,328 000000000000000000055593edda4b417d2ebc69e8d19485b7f663bc3251132e 4,135 1.00/1.00 vMB 23
787,327 787,327 00000000000000000005a506f4de2649bef78b80ff40b60b028b23ff4d9b720a 3,562 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.