Loading Tool

Explorer IconExplorer

Memory Pool

74,104 transactions
27.35 vMB
0.06454376 BTC
Random Selection Loading Transactions
Max Size: 167.12/200 MB

Candidate Block

Mining Attempt eecdc40558bc86ae8d367f04999ffb34d576dcc1c9b0fc96b45e17607b1e1c4d
Version 20000000
Previous Block 0000000000000000000093e6bd3ba29907f7c7ace6f63a7981fa8c3b4653dc94
Merkle Root 6cdd9a69acbde1cd12a56d775f1e023640f4a0f389b4d068b7008f1ae40b94f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.00622382 BTC
Feerates: 143.71 > 0.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,262 (543,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,122 372,122 00000000000000000c3c8b132fa0c3dcd9224dc4f80a6f05b92ff16ef3cd77ad 129 0.12/1.00 vMB 17
372,121 372,121 00000000000000000658cfca4f6b81f7dd2ef8e0fa35515bef0bd7cf4f033532 737 0.32/1.00 vMB 43
372,120 372,120 00000000000000000af7e08aeeb0c0d0e735fd8f94e2b51d824e1c3438d311cb 814 0.33/1.00 vMB 43
372,119 372,119 0000000000000000129b32802ba00f51069c03a9346a8f0ba457264b6ffc772c 1,044 0.45/1.00 vMB 43
372,118 372,118 00000000000000000cb2c0a35fe525101c761c68034de5e97ef450f93782cc64 496 0.25/1.00 vMB 42
372,117 372,117 00000000000000000700aee64c7a90b0178a0a5335e77fbe5585b7389c4fef0b 639 0.38/1.00 vMB 60
372,116 372,116 00000000000000000e0cd4958ff1a81f0ae0e2828efb0bfd6c2628686b1866d9 215 0.16/1.00 vMB 23
372,115 372,115 00000000000000000b92c1d6634cd9df6bf96a855d5d3de437190176d8ef074c 776 0.53/1.00 vMB 28
372,114 372,114 00000000000000000020ed6974dca3d8f78b9e2b2c544cbcfaafce25f8ce67d9 307 0.13/1.00 vMB 40
372,113 372,113 000000000000000002430ebf84c7b1d41fdd70a185446cf6e73bee1b212850cd 114 0.06/1.00 vMB 35
372,112 372,112 00000000000000000e09835f493b8386cc12173529375ce6181731656fb663dd 1,295 0.58/1.00 vMB 40
372,111 372,111 000000000000000001d2e5e4e75d291285233fe100edba2ba25bc5fa3e739e57 899 0.49/1.00 vMB 34
372,110 372,110 000000000000000005e19b65109c9b6654df0c8e786b77dce15346236e74abaa 1,384 0.75/1.00 vMB 35
372,109 372,109 0000000000000000121e1efa6e3e5967012da5267377dc58f47dac584d95ff0e 1,151 0.46/1.00 vMB 49
372,108 372,108 00000000000000000b0d504d142ac8bdd1a2721d19f423a8146d0d6de882167b 304 0.20/1.00 vMB 27
372,107 372,107 0000000000000000133ce7687dd4d89e7b91b636877318df419510e4220607c4 916 0.42/1.00 vMB 41
372,106 372,106 00000000000000000a043cfcbb4050e47404e9b8bf3b775d825ed970b93df89c 1,073 0.49/1.00 vMB 39
372,105 372,105 000000000000000003eda11fd25da09602c8892d9f6fe24143062036b2912759 602 0.33/1.00 vMB 41
372,104 372,104 000000000000000004dda4abbbbd33478643898bb3a5c7703fa72751c1351cb0 906 0.37/1.00 vMB 40
372,103 372,103 00000000000000000ad0cc4d1e0b5858485d736ecf2354692dceaee9cb920a96 617 0.35/1.00 vMB 41
372,102 372,102 00000000000000000c578b46e9c69181cb4d5bca44fb8a1fc2615827872f9983 1,028 0.64/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.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: 712.51 GB
    • Received: 17.18 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.