Loading Tool

Explorer IconExplorer

Memory Pool

78,707 transactions
30.02 vMB
0.08957332 BTC
Random Selection Loading Transactions
Max Size: 179.37/200 MB

Candidate Block

Mining Attempt bfd3644a8053f30d8fb1bb53b577346cd03e3fccf9aa57cd409c8551af1cade8
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 23a780b6a0da7bbb6f5efe5f7a82709acb9a361f930e2877e117708f94e2c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02027496 BTC
Feerates: 150.61 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (429,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,555 485,555 0000000000000000006389549dbdb260606f8ab154b29e80de492726bed9c630 1,740 1.00/1.00 vMB 61
485,554 485,554 0000000000000000001ae1e66ed842250708a7f6994db3a84bcb67f82f1d152f 1,948 0.99/1.00 vMB 163
485,553 485,553 0000000000000000008e0238b5f1d76499792e42dfb159aa7289aca60e8ee33f 1,548 0.80/1.00 vMB 46
485,552 485,552 0000000000000000007154c1830ad81fccc892705967a39059690f94b281f6e8 1,373 0.99/1.00 vMB 148
485,551 485,551 00000000000000000001abb90bfdfb6e25a93bb1b6ee63d53362dfb0d6f98240 2,334 0.94/1.00 vMB 58
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
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: 672.97 GB
    • Received: 16.34 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.