Loading Tool

Explorer IconExplorer

Memory Pool

35,331 transactions
25.84 vMB
0.06804130 BTC
Random Selection Loading Transactions
Max Size: 131.49/200 MB

Candidate Block

Mining Attempt 6aefe7e98c533b42ac626c6c1faa9507a79e727f3c2e762ba8788bbc8264677c
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 6589de1c9c0dc5ba99dab5433b60967efac9969938b3d4f16a28802a32c8b535
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,346
Size: 1.00 vMB
Total Fees: 0.02068625 BTC
Feerates: 150.77 > 2.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (461,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,553 453,553 00000000000000000061d627d590d55276b06b0531d2eb39162474a325524d48 1,240 0.93/1.00 vMB 154
453,552 453,552 000000000000000000e68c15baefd9484eff0c4cc47cdbe68e98895917bba72a 1,796 1.00/1.00 vMB 67
453,551 453,551 000000000000000001821a0ac11d991c37a9a69df6499eeb580024c8795287a8 1,834 1.00/1.00 vMB 101
453,550 453,550 000000000000000001311bf844f73854795fa9d0b5f297b283a9317867752ff4 2,020 1.00/1.00 vMB 129
453,549 453,549 000000000000000000836bf60288ebb7d1a6a57a4bbf129826f852765469d9bb 1,561 1.00/1.00 vMB 44
453,548 453,548 00000000000000000010acffa17728e86c80904314d499dfbd5970b856844861 1,987 1.00/1.00 vMB 58
453,547 453,547 000000000000000001f6c25fe2c95b58825e9f8814e89a5033041bc9cb58b381 2,160 0.91/1.00 vMB 93
453,546 453,546 00000000000000000090c552442a5586558ab58b31008281c585e89c93365ba2 1,802 1.00/1.00 vMB 59
453,545 453,545 000000000000000001da4efb69d3f675e82746ffe4813d64a316cfc8771f7a62 2,427 1.00/1.00 vMB 75
453,544 453,544 000000000000000000f4bf3849284716c6cf31ee21ebedd50623f667a71126f0 2,460 1.00/1.00 vMB 100
453,543 453,543 0000000000000000018ebeee7ed75ee9d9330ec1bf9e79f8c73b57b95bf2e86e 2,256 1.00/1.00 vMB 82
453,542 453,542 000000000000000000aac995e14fe22637c1955e09631d36d5c33afbe0e571fc 2,480 1.00/1.00 vMB 137
453,541 453,541 0000000000000000012c40ed5b542af4ab74f9e919fe4315025280defe802902 2,234 0.99/1.00 vMB 59
453,540 453,540 0000000000000000018591f11ec3e9f27046c2f1fc08bd4dec56aa39389c9b52 2,240 1.00/1.00 vMB 107
453,539 453,539 00000000000000000158dbd38113f04c84319f5a965a04ad8daa9ca098076200 2,574 1.00/1.00 vMB 75
453,538 453,538 000000000000000000bd004c47c7efd2adb553cad6f37a44e0667476fc966068 2,217 1.00/1.00 vMB 101
453,537 453,537 00000000000000000029477f9d3eb4340d87244b2dc385eaf67f5928168fb921 3,557 1.00/1.00 vMB 66
453,536 453,536 0000000000000000023883c260d66f81848a9c9e0c56f4a3aae3775fae3c9e2c 2,715 1.00/1.00 vMB 109
453,535 453,535 0000000000000000011a367a9ab9fb68d5f1091c60ba5f131e22458a439df08c 3,082 1.00/1.00 vMB 85
453,534 453,534 0000000000000000028317f46eb9d40e62a87d5718b020d490ad57f38ca2a789 2,069 1.00/1.00 vMB 94
453,533 453,533 0000000000000000011b8fa40caaa1a4b4ca517da3b8f1ec96c6c4222cc4b188 2,411 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.