Loading Tool

Explorer IconExplorer

Memory Pool

74,562 transactions
27.50 vMB
0.07088308 BTC
Random Selection Loading Transactions
Max Size: 167.90/200 MB

Candidate Block

Mining Attempt 6d805e9cf9bc4b9e4de379f25f345177fb13b3a24937e848b494b6c253833d2a
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root f9c5b212e6e6b76b3004e34ced12d6ca5b341106cdb27eee1498ad08927e2917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.01204243 BTC
Feerates: 80.55 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (470,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,445 444,445 000000000000000000fbcd588e693412a171813e33be3d9283afa71d156ebf06 2,200 1.00/1.00 vMB 91
444,444 444,444 000000000000000001bd7182a73fe4d107ea604f00ace11f1cb120cd2ad80323 2,072 1.00/1.00 vMB 81
444,443 444,443 00000000000000000036b45a027d2b38c6f0e95803db7de3296e4a0c285b312a 2,171 1.00/1.00 vMB 109
444,442 444,442 000000000000000002de4db875133bf398349d274f8f7a4542e83d896ac9888e 2,536 1.00/1.00 vMB 95
444,441 444,441 000000000000000002492b91a30f5ac53999ecae403cc6b85a714fb086d6c6e8 2,353 1.00/1.00 vMB 80
444,440 444,440 000000000000000003766a81991bed7db6580644917d6cf69ee3bd4896aa4c34 2,748 1.00/1.00 vMB 73
444,439 444,439 000000000000000001ac09b18a0fc0aa51599a0816253983c2728dd230aa85c8 2,247 1.00/1.00 vMB 104
444,438 444,438 0000000000000000019bef4ba63571fbc69d0622c71284a7fc88d189311e8f9e 2,804 0.99/1.00 vMB 73
444,437 444,437 000000000000000001f2645972f016de7e7b19a836694ca4ccaee007e93ea69c 1,458 1.00/1.00 vMB 74
444,436 444,436 000000000000000003780522cc5426c8024ecb60b55d00378629ddc44d4bd8a8 2,695 1.00/1.00 vMB 84
444,435 444,435 00000000000000000324e9201f05a1aee6792aa71f048f278afa694af1716553 2,497 1.00/1.00 vMB 75
444,434 444,434 0000000000000000031ca1f0c5313cc7cbbd40a21728520c7107735c913c7c04 2,598 1.00/1.00 vMB 84
444,433 444,433 0000000000000000013dea82d9016ac6a4a43cb7103b4aa80e2a7d46161d2fd5 1,819 1.00/1.00 vMB 108
444,432 444,432 000000000000000002f3c169a8fd075f3457420f1d723ff9e9dc04433b9bdac4 1,962 1.00/1.00 vMB 121
444,431 444,431 000000000000000000018930f9272f3ed41ec57543b05fdb3b96beac24a8127b 2,538 1.00/1.00 vMB 97
444,430 444,430 0000000000000000035aa711635a34e9c7d919a0e7b013f26270f013e62e7f04 2,460 1.00/1.00 vMB 96
444,429 444,429 000000000000000002538aeacd1e98483ca3eef0702a2e69ff679600d9f0f4e0 2,060 1.00/1.00 vMB 53
444,428 444,428 000000000000000002316720d7f137569adc47c3fc8096b1e9bd6bba04f7e6f1 2,424 1.00/1.00 vMB 93
444,427 444,427 0000000000000000019058df265525306871a517d82317ccd3d12c7e1670f9bf 2,002 1.00/1.00 vMB 74
444,426 444,426 000000000000000001f66439ae2336b3a8109b3c16c43efd75922b8737dfddf4 2,149 1.00/1.00 vMB 65
444,425 444,425 000000000000000002bf7808d2f1b0a8f37fcc3d33ecb4bea3510a2e332e6f8b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.