Loading Tool

Explorer IconExplorer

Memory Pool

9,302 transactions
3.47 vMB
0.00629509 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.88/200 MB

Candidate Block

Mining Attempt b85a89de16b9af812c463df856eea9322846dfff6b6c7208064b7072261af636
Version 20000000
Previous Block 000000000000000000018856d9da35eda0329407767fcb9ebb3ccdc46ef1ec3d
Merkle Root bedd1e4b2835fee90163f2b5caf4e750d1b4d3439940948d50a7ecedb98d971e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,358
Size: 1.00 vMB
Total Fees: 0.00291583 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,490 (710,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,801 202,801 0000000000000063868d0b418d608fd31b5033c93eb774d6d666ad4c9eb721ca 99 0.05 vMB 96
202,800 202,800 000000000000030d10bca1df1a67e37e3cf80934544976406020458ec603f475 112 0.06 vMB 103
202,799 202,799 000000000000053d5bc9294381eb951b403dcdafcf80aad861bdc2e3f1dd4b02 32 0.01 vMB 217
202,798 202,798 00000000000002f9a36a71a296cd5cb0133de9ae1999d3c58db19b51161b1ac9 13 0.01 vMB 45
202,797 202,797 00000000000000016fa3cafdfc4fffc6b3b6d35c98ca2529f731eda06c276c04 16 0.01 vMB 95
202,796 202,796 00000000000004457a0363c95bce1db26417a8137e6b2446fa8de137a6cdfada 49 0.02 vMB 23
202,795 202,795 00000000000003c6ce401b49bfe0ed3b7569afc7622c2b18fe2984484ea6a2b1 100 0.04 vMB 129
202,794 202,794 00000000000002086052ae93be55324453d1ad0e3a89224af4caaec973f1e351 7 0.00 vMB 52
202,793 202,793 000000000000007c234e3fadf6792d53773ab794a229f57e02991e0cd65ae5eb 81 0.04 vMB 222
202,792 202,792 00000000000002b730ebf5051b169ebf97c3b0fcc6e2053f851b7f5be7db4232 173 0.13 vMB 103
202,791 202,791 000000000000020e3e808b4167ac565000d3a78ebb863865b57541e601e2ab71 23 0.01 vMB 86
202,790 202,790 0000000000000432036d12acb6f55fa4d79bea28d23a392a73f4c4c50cfcd1fd 33 0.02 vMB 109
202,789 202,789 000000000000035e3a80dca7c6d92caca75bb643ed8b1df3321d16140ab25f04 113 0.03 vMB 3
202,788 202,788 00000000000000309bd07b458473b1f059f217f2c9ad387b72002c417c2dd16d 270 0.13 vMB 133
202,787 202,787 00000000000003c7c14efbbc3395c4d5ae45aef6db47080709d1457a4b8c8b58 45 0.02 vMB 33
202,786 202,786 0000000000000287e30e89a34b1e39aa2cf028fe2bf3d728e7b5328cf31346b0 222 0.09 vMB 131
202,785 202,785 0000000000000369c2d80651844c41c71ee4c6b707be91af1842d02614282824 351 0.15 vMB 142
202,784 202,784 00000000000001ca0164ed81343eb934371c18419da894e1dc19421cf68028f9 202 0.07 vMB 444
202,783 202,783 000000000000014ca5391f1a5b49415362f38abdbdfc98d5f6493ccc10b76134 155 0.09 vMB 112
202,782 202,782 00000000000004bf18dcd650a40225ba38bd46efc604f4479a0d20f6ca57e777 97 0.04 vMB 308
202,781 202,781 0000000000000446e53dc8b9f7a38566392961e704fb262177f71bc39a070f3a 124 0.08 vMB 88
Previous 10 blocks ↓
Total Size: 779.72 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: 363.02 GB
    • Received: 1.73 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.