Loading Tool

Explorer IconExplorer

Memory Pool

25,824 transactions
27.19 vMB
0.06080075 BTC
Random Selection Loading Transactions
Max Size: 129.81/200 MB

Candidate Block

Mining Attempt 5cbec240ff992cb2349ce7c52102c93fd2f91059709e73bb4c9f63bc55c86c91
Version 20000000
Previous Block 000000000000000000018fb79d5173be06525e6c5fc244e12c94fbc59d8d7c1c
Merkle Root bc625253a66e25bb513f36d2a0d7cc5691ce93eaec13b896cd0917cd0459a6d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,911
Size: 1.00 vMB
Total Fees: 0.00956321 BTC
Feerates: 100.46 > 0.96 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,485 (828,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,363 86,363 00000000000362243956a2701f84217b4ab2822b16dfe921da376d116aea61c7 1 0.00/1.00 vMB 0
86,362 86,362 00000000002a06e684e713282403377bc7c9a5e3165142dbb707e9c9f83d0099 1 0.00/1.00 vMB 0
86,361 86,361 000000000024a4f1ed5ef5f753c25c79893f29c59e6ad59af55675d56bc0c6b5 2 0.00/1.00 vMB 0
86,360 86,360 00000000002b7d124c6694bdba15fc93a89ee069e7b3a56caf629fb5a173aea9 4 0.00/1.00 vMB 0
86,359 86,359 000000000019ba0ce9307d96f81ce01c0dde5bc176f79163f28725b4ac1bf1ec 1 0.00/1.00 vMB 0
86,358 86,358 0000000000129722038d94e8eec562fb222f9dedb57e36830b0630b198ad091c 1 0.00/1.00 vMB 0
86,357 86,357 000000000019987303a1ef8ba411dea1c96d14764f2bf02082d2768814f40409 2 0.00/1.00 vMB 0
86,356 86,356 00000000001d183a035f9f20a0bf701b33a95641f920c4311daccc62a69e6daf 1 0.00/1.00 vMB 0
86,355 86,355 000000000015be682c9931db28d9e88a525339a2c8c9335235cad472f9f2d57b 3 0.00/1.00 vMB 0
86,354 86,354 00000000002ebe6546bfb5a3a6cc5d10f6ce2806e6ab83b87b2ab3b1f430d7ae 2 0.00/1.00 vMB 0
86,353 86,353 000000000027be5be0d66ea1ad0c6b40945ec4f173c2481c72ca03cf9e476f6d 1 0.00/1.00 vMB 0
86,352 86,352 0000000000252524260b678219acc51f7c7af0723f72fc90159113ab24bc2f98 1 0.00/1.00 vMB 0
86,351 86,351 00000000001f60c252f5b8dfade599e196028c4b4bdc809ac9cd9ed10e95ceb3 1 0.00/1.00 vMB 0
86,350 86,350 0000000000121e22052405405059f01106abc1e0b663ea62738be8a78c816fc7 1 0.00/1.00 vMB 0
86,349 86,349 00000000001e953e50299b22c87305b00417a7060659b6dba91877f916b43f73 2 0.00/1.00 vMB 0
86,348 86,348 00000000001dfe5d3ba49da84ce03dcd8b89b501fb2826eba22638a2c4a96a4b 3 0.00/1.00 vMB 0
86,347 86,347 000000000020b97f87422c64a87c41eb3456fb372305c71fc6f5c30499f9d012 1 0.00/1.00 vMB 0
86,346 86,346 0000000000004cb5b8e1766470073a078704801a991c69934a51b8fd747b35b1 1 0.00/1.00 vMB 0
86,345 86,345 00000000002245ad9e1322819b65c66718e79d55ebd558dfcf8edb5a1eaf999c 6 0.00/1.00 vMB 0
86,344 86,344 00000000001e4fcf88ed167bec32d3d66f83e25e93d919e0697c1c5835d327e5 1 0.00/1.00 vMB 0
86,343 86,343 0000000000205f101b4e05a1a58f89789e16fdf44bd81e7e6d22ef4cbb95b973 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.47 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.26 GB
    • Received: 10.84 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.