Loading Tool

Explorer IconExplorer

Memory Pool

41,277 transactions
26.63 vMB
0.05472417 BTC
Random Selection Loading Transactions
Max Size: 139.54/200 MB

Candidate Block

Mining Attempt ddcdc1124845a167737f912aa0bf554b2bf647ca4a1343dec009ee863a5e1b80
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root e5f743e240ce2bb750fee675227e2b0094b1fe08917c712f4bae52ad5e849149
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,778
Size: 1.00 vMB
Total Fees: 0.00549782 BTC
Feerates: 103.41 > 0.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (484,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,470 430,470 000000000000000002226033333c6f8fdd86a619a060795a2ba616d3788253bd 2,116 1.00/1.00 vMB 94
430,469 430,469 000000000000000002feeefb0bde22cbfa459af3c974bd399bf3c35cfab97436 1,545 1.00/1.00 vMB 45
430,468 430,468 000000000000000004a48af189a2480b62690b2e54fd24d5f3d3fc8f3910beb2 2,093 1.00/1.00 vMB 51
430,467 430,467 00000000000000000154acd84f1746b0af6ed108fd42b7239e7d3308b6314a90 1,962 1.00/1.00 vMB 72
430,466 430,466 0000000000000000046fe288a1ca3036e3ef057cab22e8d77556b47c382a7e72 629 0.25/1.00 vMB 71
430,465 430,465 00000000000000000279f0acf867478a6a61d2b6f3f709f26c940b559af91292 1,404 0.78/1.00 vMB 51
430,464 430,464 00000000000000000216396e5d61538e7d562a10d2f2763cf7aca54b305384f2 1,669 1.00/1.00 vMB 42
430,463 430,463 0000000000000000042b3c4b5e62d3aac8f28d7055e6cd9e7b1d898caf90d023 2,785 1.00/1.00 vMB 79
430,462 430,462 000000000000000004cfe274a238c72cf97123c295db8be1f087af10267b2a41 2,465 1.00/1.00 vMB 61
430,461 430,461 000000000000000004c29d9a5a46a72e661c74932aa18d93f911da3f3695a667 509 0.74/1.00 vMB 18
430,460 430,460 0000000000000000009db44cfb6c1f652d8ee2014d957741582c5b955069ffc3 208 0.10/1.00 vMB 63
430,459 430,459 0000000000000000048a1c8ab58a73e16f504c8c711186cbbad1537bb1e598d3 214 0.11/1.00 vMB 66
430,458 430,458 00000000000000000196d7a45b0698c6f308a46544f3d15d0292f91058f8a989 1,739 0.97/1.00 vMB 51
430,457 430,457 00000000000000000395a357ada64bcee8ed5d2ae1dd4625bc4dd4f07e061428 931 1.00/1.00 vMB 26
430,456 430,456 0000000000000000017c8c99855025ac73011401a577c51d7b3c0e75d2cee026 572 0.43/1.00 vMB 34
430,455 430,455 000000000000000003c718f114a108fa91d8db8bdb4c8fd277a907187c8b95a4 1,106 0.86/1.00 vMB 34
430,454 430,454 000000000000000000f24b50a163e6a5d8a45dd2a1cd65f21f59c49d4ca477e2 2,231 1.00/1.00 vMB 64
430,453 430,453 00000000000000000070970e6cfa8224b021e8eeba5d0a9588fca0913f37bf00 2,314 1.00/1.00 vMB 74
430,452 430,452 0000000000000000031495621dbe90dc9aaf6a1f1db833c35445700a87836268 450 0.23/1.00 vMB 52
430,451 430,451 000000000000000002328172b5242c30b0ad057bc8efc72983b3700bec9a65e5 978 1.00/1.00 vMB 23
430,450 430,450 0000000000000000031318d5d56e9cfbf55845c43570c3675287a43d868275b8 2,723 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.