Loading Tool

Explorer IconExplorer

Memory Pool

79,064 transactions
29.29 vMB
0.09645413 BTC
Random Selection Loading Transactions
Max Size: 177.05/200 MB

Candidate Block

Mining Attempt 29fdb357bb03208192e797fc6df22683d0bc76bc8a316a62671151f4be09eee0
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root b15e653968bfb4f9539201e8c5805701c2dae0e38fc3f88fa238fae9e7f44515
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.03451406 BTC
Feerates: 150.62 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (88,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,432 826,432 000000000000000000037685f294448077799d80d435852582335128f24b1e2c 3,385 1.00/1.00 vMB 86
826,431 826,431 0000000000000000000006810bb3d7b6399825f269d9996be58e5e8c31f00103 3,407 1.00/1.00 vMB 68
826,430 826,430 00000000000000000001ba63a89f58855d360c1b9c4f4a8d1c22901beab49a5d 3,072 1.00/1.00 vMB 90
826,429 826,429 000000000000000000004db05987cd5a13a7007b9ad14d973ec133299cab5d03 3,340 1.00/1.00 vMB 74
826,428 826,428 000000000000000000009a1a7d6ae4b12c5b35fa381f2f98e5c209b4bc0a8d15 3,280 1.00/1.00 vMB 113
826,427 826,427 00000000000000000003ba29fcd36fc73c124244345c0eef44367b6565f0db1e 2,819 1.00/1.00 vMB 70
826,426 826,426 000000000000000000016b3b04564371476a2b1db8f16d8de53cbd363ba20341 3,507 1.00/1.00 vMB 94
826,425 826,425 00000000000000000001083391ebdfe269b07313003fba509ab5fe4100c11ebb 3,264 1.00/1.00 vMB 140
826,424 826,424 000000000000000000023f28f4dc2ebb2b7ffcb3397613f80e46e70e382f79a8 3,409 1.00/1.00 vMB 171
826,423 826,423 00000000000000000003c9d0cdaa043a771c0f0aa60b09aa366baf2c5cd2f59a 3,280 1.00/1.00 vMB 115
826,422 826,422 00000000000000000003b46a0572516debd0d320f74dc93e83a55b7ad8da9a1f 2,875 1.00/1.00 vMB 44
826,421 826,421 0000000000000000000024d09a15cf2964da88ba13afbb68c3d714797846e73f 3,536 1.00/1.00 vMB 53
826,420 826,420 00000000000000000000cfef0c81fcb3844843be800f3ef0c6e6227b6f319012 3,379 1.00/1.00 vMB 74
826,419 826,419 0000000000000000000167614a6fe167a168fc874915c8130d23910d71578392 3,525 1.00/1.00 vMB 45
826,418 826,418 0000000000000000000245a25dcc455fc58d29c809096ab5023bbd638e8e6290 3,428 1.00/1.00 vMB 84
826,417 826,417 000000000000000000024a01f4c4c1859803a99167b85a35279de432ff01782e 3,859 1.00/1.00 vMB 62
826,416 826,416 00000000000000000003cc2b5aa5db01bf4d7dd27d7aabfe04898fac9d7e02db 3,881 1.00/1.00 vMB 43
826,415 826,415 0000000000000000000262ef3d30ea3805e5da1e061631e91fbb979d91e0889a 3,151 1.00/1.00 vMB 50
826,414 826,414 00000000000000000001be73025b508f591b53becfda74ff6ec50c4fff85f847 3,830 1.00/1.00 vMB 64
826,413 826,413 00000000000000000001bba5171f1ea22cf9ccc57f9d739397b9630cd3b4289d 3,726 1.00/1.00 vMB 58
826,412 826,412 00000000000000000001b4ccf298017bfa1c68485258b8f2cf43c7e8856e36c5 2,701 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.