Loading Tool

Explorer IconExplorer

Memory Pool

81,998 transactions
31.50 vMB
0.07907479 BTC
Random Selection Loading Transactions
Max Size: 191.42/200 MB

Candidate Block

Mining Attempt 61354085316eb16b3bbce7a57f92cd648f5d820ef74b854aad2ab20ea3d7d15e
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root f240ab512f732525540d0413e58f4bf74df5fe1f493e0ed4ce07b4056a1fbefd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,736
Size: 1.00 vMB
Total Fees: 0.01069312 BTC
Feerates: 150.61 > 1.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (306,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,390 608,390 00000000000000000012df7e87203e2570e61a2dd9eb75dd483804e6f3e8ed95 2,402 1.00/1.00 vMB 12
608,389 608,389 00000000000000000012eac119aa63b2add53d0406b74715857fa0d5e00e0bd9 3,107 1.00/1.00 vMB 24
608,388 608,388 0000000000000000000fcdafad81f38ce54ea4e5db20bf9e33e35813f3f43ed7 1,470 0.43/1.00 vMB 16
608,387 608,387 0000000000000000000db3b5dc134ab7416d243b6e753f2a7ed26ac02f015ab4 1,409 0.49/1.00 vMB 19
608,386 608,386 0000000000000000000d2eee1960df5b1fe860c2a5b0b272e69117ecd58e7a82 2,129 0.70/1.00 vMB 16
608,385 608,385 0000000000000000000d338bba4c26c56de08bfd4c06680195ef2bed5eb907c9 1,944 0.75/1.00 vMB 10
608,384 608,384 0000000000000000001122bdc725533f8518f1c385bf4fc47666f075b0d5a720 2,456 1.00/1.00 vMB 14
608,383 608,383 00000000000000000011bb96341b2c023b715376f91885c3ed22c1d2343970bb 2,471 1.00/1.00 vMB 16
608,382 608,382 00000000000000000006188b600cc864ec0131c8b0707b5dc528840ea87eb8a3 2,045 1.00/1.00 vMB 6
608,381 608,381 00000000000000000000a240bb3b06e4b42d100c35889815f2885a2f4ba9d744 1,523 1.00/1.00 vMB 8
608,380 608,380 000000000000000000123707af7c354193744d7bcc6a254cf94bb09e0d30b84a 2,517 1.00/1.00 vMB 19
608,379 608,379 0000000000000000000a9e673c2336c743ec4dd3c781d69fbc388bdfb0e46af4 2,409 1.00/1.00 vMB 14
608,378 608,378 0000000000000000000e536b2900e65d72593573e4ea8f501ee8e238d3e9c16f 1,528 1.00/1.00 vMB 14
608,377 608,377 0000000000000000000f67c613fdf0fcf378f0b6c679e00ab767712493347fce 3,108 1.00/1.00 vMB 19
608,376 608,376 0000000000000000000f6d76ec1906d331a0649b9d02d29e77a00613792ed538 2,727 1.00/1.00 vMB 36
608,375 608,375 00000000000000000015174b615ab2a384b27a2fd9641a03508dfa073e00f331 2,873 1.00/1.00 vMB 16
608,374 608,374 00000000000000000014786daf2859971e774651a133e0861e14dc0342676f9e 2,596 1.00/1.00 vMB 12
608,373 608,373 0000000000000000000a48bf74af8bfcef191d6fc5ab455124a48fade677ac18 2,766 1.00/1.00 vMB 23
608,372 608,372 0000000000000000000a7836b5fff214a8736ab89834f798095b56447f7c4a74 2,935 1.00/1.00 vMB 13
608,371 608,371 000000000000000000104f19f82dc063c86d52208344bd4384891d19623a135b 2,430 1.00/1.00 vMB 46
608,370 608,370 0000000000000000000c8af0bf16c6e6dc0ddbbf69d19228cdc63a7c9bfca794 2,986 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.74 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: 707.90 GB
    • Received: 16.71 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.