Loading Tool

Explorer IconExplorer

Memory Pool

25,781 transactions
27.11 vMB
0.06156910 BTC
Random Selection Loading Transactions
Max Size: 129.55/200 MB

Candidate Block

Mining Attempt 279b113fbe70fe5bb8ef8c34b93ff9ed25f27a33a186b8d830d226ab3d4d4c93
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 3e9c88fde40c66da04f4354570584fc9c051cfbe68fbe129a34d70b899cca33d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,654
Size: 1.00 vMB
Total Fees: 0.01035737 BTC
Feerates: 150.93 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (854,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,155 60,155 0000000003d8a17597b5eabd48bb6d78611cc75700207ef48d9f3351b61d9703 1 0.00/1.00 vMB 0
60,154 60,154 000000000ce2a224c5a6b3865919799f8c7467a6cbcbf5b20eb1b732f9fbe195 1 0.00/1.00 vMB 0
60,153 60,153 000000000d992f2e4c1c9439e81f7bc02049281779470ad1b79773d24dc3ae40 1 0.00/1.00 vMB 0
60,152 60,152 00000000012c484a2dadf311f97827d6c7528abda2c7283696d11e6c25daa6c5 1 0.00/1.00 vMB 0
60,151 60,151 000000000e7fa99714fdc58bbcf1e7ad9717a5b82852c3afe1aff6c480b9689f 1 0.00/1.00 vMB 0
60,150 60,150 00000000011fb5af86ef30fd5f09f4d77f77d230c0ad65caf5743f4a8291f347 1 0.00/1.00 vMB 0
60,149 60,149 000000000442e6a22e497c17ca424015b448d9b300d9771b0a2c7e77f49fbade 1 0.00/1.00 vMB 0
60,148 60,148 000000000d205cdf906a9a8285dc8c658bd29300d41ae04ef02edbead3dc252e 1 0.00/1.00 vMB 0
60,147 60,147 000000000e0438c48416d881079658c85fe2eceb70f34d0caad83381e9532537 3 0.01/1.00 vMB 0
60,146 60,146 000000000cd11c708665dbf5d8267801741e1b0ff356e3584845f8b542f08332 3 0.00/1.00 vMB 0
60,145 60,145 0000000002c72c7fcf60ffa3bc24a29a470c3f89a420ec70996ea343e4c47bd1 7 0.00/1.00 vMB 0
60,144 60,144 000000000407e399a6b05b3cacbee354e124444ca510f4245fd87762a5769da8 1 0.00/1.00 vMB 0
60,143 60,143 000000000ba66539e9d06b9758df539fb904367db94b06311a80bc1c3e2f7b8f 2 0.00/1.00 vMB 0
60,142 60,142 0000000008d03432e23e702d3cbd9c060869ea9d48c35bfb549f30e9af85b193 1 0.00/1.00 vMB 0
60,141 60,141 000000000cadcffbc12bd1d1c40902b43a4e9435878b3bb9eab577ee3ebd1934 1 0.00/1.00 vMB 0
60,140 60,140 0000000007025008c8390f597a242659e3a161a544a424fb3b4a4d13e244d026 1 0.00/1.00 vMB 0
60,139 60,139 000000000dc034ac48d310ebb2db36a318e61c2cd05e46898fbdfdcadc3d9a98 1 0.00/1.00 vMB 0
60,138 60,138 00000000000b67bf963b836c6ac7b8002f9018f247e9ec7d3624169d4e94165e 1 0.00/1.00 vMB 0
60,137 60,137 00000000022fc82a6cc322d0ed3452c783f850882aee46baa5e3a272bf3392de 1 0.00/1.00 vMB 0
60,136 60,136 0000000005c9146f198bf832f29d5c3cb6b5832394eda0a4c2c4fbe5b22ee483 1 0.00/1.00 vMB 0
60,135 60,135 000000000095b66ec997d49dbc753f89cc0e2f2d4bc00289bb6b554100894ac3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.04 GB
    • Received: 10.79 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.