Loading Tool

Explorer IconExplorer

Memory Pool

39,701 transactions
27.09 vMB
0.05572524 BTC
Random Selection Loading Transactions
Max Size: 141.57/200 MB

Candidate Block

Mining Attempt f04ead48e91d825b8c7a3cbedce1f55465cbff517a31a56ff97a61575fc0a668
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 2856c2bd5886bfad69733f8bfbe8ebc17297e43e263972f900dfaf9f835e7baf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,175
Size: 1.00 vMB
Total Fees: 0.00560573 BTC
Feerates: 69.10 > 0.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (235,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,336 679,336 00000000000000000004ef46365c11e86e15c36de6c99dea535a9992ef65a66f 2,381 1.00/1.00 vMB 40
679,335 679,335 00000000000000000004e1de565b59217f39c70c5f522c6ea2a81b97d0cfe03d 2,178 1.00/1.00 vMB 43
679,334 679,334 000000000000000000075c5c39152f5c6aadcbe22adbcf8f7fa720c393e3a292 2,062 1.00/1.00 vMB 105
679,333 679,333 00000000000000000007058a744c5c03456be6423a96d54443265e45f792a33b 818 1.00/1.00 vMB 104
679,332 679,332 0000000000000000000a1a7a28086f6705812db3b213d72dfde0dd1a4ab1981f 1,981 1.00/1.00 vMB 77
679,331 679,331 0000000000000000000bd7b2992eae24d2329fadaae931fe33669d8c142dc595 1,805 1.00/1.00 vMB 74
679,330 679,330 0000000000000000000aaaa09e83cdc23e2a8834faba3d2016b059d09d2038e0 2,411 1.00/1.00 vMB 60
679,329 679,329 000000000000000000016fc79100a5d62ba616990d4bac2da59751c76c968d94 2,627 1.00/1.00 vMB 96
679,328 679,328 00000000000000000004b7e20c6f8656bd0afbe50b09abb77cc4197ecdb6761c 3,002 1.00/1.00 vMB 106
679,327 679,327 0000000000000000000beebe0e85ce17fdeba684195463d2b70be19a3219b314 3,153 1.00/1.00 vMB 144
679,326 679,326 0000000000000000000bed0dc3bd0a17967ad338eb0d7ece0358f5e677f4c7c9 2,374 1.00/1.00 vMB 70
679,325 679,325 0000000000000000000716136482138bf6681d5e921d1c9e5adbf003b0a58d70 1,462 1.00/1.00 vMB 42
679,324 679,324 000000000000000000097250f5cd00f8a5ec58a44201c2d6bc0dcdbeaf0e5973 2,095 1.00/1.00 vMB 73
679,323 679,323 000000000000000000096ca36fc5f656e0f669c147d90662b19422917c5d80bc 1,919 1.00/1.00 vMB 46
679,322 679,322 000000000000000000065baa3230d909a0026ecb4da5e812e8919de4e8d38745 2,085 1.00/1.00 vMB 51
679,321 679,321 00000000000000000003a8ccd8ecec33865a06afa5c156b9c0d1b26852a9c912 2,407 1.00/1.00 vMB 61
679,320 679,320 00000000000000000007119b26783e0cd12f16c08657fc0c06ff8943f0b8de98 1,210 1.00/1.00 vMB 66
679,319 679,319 00000000000000000006740248ce553be95a06d1df56f631f729d12dc65f3060 1,458 1.00/1.00 vMB 51
679,318 679,318 00000000000000000007983164de7c4ffdf087684c8166c10c2dce5da6c938b4 1,702 1.00/1.00 vMB 108
679,317 679,317 0000000000000000000b89b2f7ecf9d71921d3a506dd614e562053fe3fbc28f1 570 1.00/1.00 vMB 109
679,316 679,316 000000000000000000099b93f36b8264f25cda464975bc62c3525e404e0b07d1 2,137 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.