Loading Tool

Explorer IconExplorer

Memory Pool

81,420 transactions
30.86 vMB
0.07102213 BTC
Random Selection Loading Transactions
Max Size: 188.02/200 MB

Candidate Block

Mining Attempt beea444afaf8e3514e52489bfda1a279dd4b92064acbf5e17125bd12eb4df01a
Version 20000000
Previous Block 0000000000000000000205b45d904c19e542f059cf3fc09afcf93eab418f2243
Merkle Root 8073672068ccf20a76cc9037dfa04f30171fd453122f1893e3897f72eb7c2402
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,762
Size: 1.00 vMB
Total Fees: 0.02637762 BTC
Feerates: 265.25 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (429,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,550 485,550 000000000000000000f5e0047444f040ff789a8f61fc35cef81984d89675cde7 1,502 1.00/1.00 vMB 44
485,549 485,549 000000000000000000f4fd2b0281c067decc23d0ee06cfff173dab4b8d2e7e6b 2,027 1.00/1.00 vMB 165
485,548 485,548 0000000000000000006cc1a446bb0a9dcb6176642a87296e24bd5ea051c50fef 1,100 0.74/1.00 vMB 91
485,547 485,547 0000000000000000006cb143df2d714bc98397eaed3858fa0bce96ea0f27866f 2,100 0.98/1.00 vMB 94
485,546 485,546 000000000000000000c6db5773c9394bdd3bc8c03a682167db6996fb02d88e88 2,318 1.00/1.00 vMB 176
485,545 485,545 000000000000000000f650bbf8ba8853e9578e6afb8207e72f54ea91ee3e4f8c 718 0.55/1.00 vMB 41
485,544 485,544 00000000000000000018820a7d0fd0a6c76050e501065f94f3143cbc5d20a04b 1,053 0.56/1.00 vMB 81
485,543 485,543 0000000000000000003c9b05d1c186533e5e29e697dc8cd09bdeb1907bec3332 2,005 1.00/1.00 vMB 112
485,542 485,542 00000000000000000064d7df4012f3c9a52a7eb3267807dba69cef9a8fd3e6aa 431 0.19/1.00 vMB 106
485,541 485,541 0000000000000000002331dc210f06c878df9e3e24c506d6ddb06a8cb213291a 579 0.36/1.00 vMB 72
485,540 485,540 00000000000000000079a98393201cff364d3964de5544d3d1562c02a770890f 1,947 1.00/1.00 vMB 28
485,539 485,539 000000000000000000de2606c644ff3d32c0e93604269019c0a8e5db5d225300 2,178 0.98/1.00 vMB 74
485,538 485,538 00000000000000000062559f374b34cd29b102d2736ad0270cc4634673ea101d 2,269 1.00/1.00 vMB 164
485,537 485,537 00000000000000000034111f28ba08203b5b816ec798632d36fcdf6b611eb2c8 1,964 0.99/1.00 vMB 136
485,536 485,536 0000000000000000001e35bc8f4d965e49707198f5c0d749c689c8f23be29dc4 2,207 0.99/1.00 vMB 261
485,535 485,535 000000000000000000d0606560b4daa00c247dd48bc1392f80a4636c90df9270 2,043 1.00/1.00 vMB 149
485,534 485,534 0000000000000000003bfc0ef09efb97d7c18c6a2a4d06aa309f2a090978ea0b 616 0.41/1.00 vMB 18
485,533 485,533 0000000000000000007bfc78ad8b6b9c2c72d3943290a1e999970b505de599bd 1,558 0.95/1.00 vMB 24
485,532 485,532 000000000000000000e279a3048c04a96f56348406674792b86b2c4e8f34cb08 1,900 1.00/1.00 vMB 110
485,531 485,531 000000000000000000c938d625c41a97790f08102368b4264597d482bb066188 1,877 1.00/1.00 vMB 96
485,530 485,530 0000000000000000002bbc891efacb5d420852deef596500fa3c86c3df9c8ff4 2,137 0.99/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 782.72 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: 705.00 GB
    • Received: 16.65 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.