Loading Tool

Explorer IconExplorer

Memory Pool

51,198 transactions
29.09 vMB
0.15875149 BTC
Random Selection Loading Transactions
Max Size: 156.04/200 MB

Candidate Block

Mining Attempt 0d990f89212b36e8386daf8db7ee7d2c0f161f0e8304dc2d60f273d45d78035d
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root a34540c7f91bbcd0e838487db3adc670239799533d0d36035626029afc7cc939
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.09582782 BTC
Feerates: 302.00 > 9.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (519,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,475 395,475 0000000000000000074d78ac7663d018cd5dd7b616b69b7436cfad2d3289e2a1 2,657 0.93/1.00 vMB 65
395,474 395,474 0000000000000000013f1467be95cce65bea972cb93c3ac49d77fff4e9896c66 23 0.07/1.00 vMB 23
395,473 395,473 000000000000000004334c4acac69cc530f8f56123b9ba1cd6ebea70ba5e9019 1,494 1.00/1.00 vMB 38
395,472 395,472 0000000000000000039dde079d2c7cc1347662c498abf349998aba56a1d67c51 818 0.48/1.00 vMB 33
395,471 395,471 000000000000000008a134dc97cd2cbd5f487cd3882e0c9bcee9b45727ae01bb 2,780 1.00/1.00 vMB 53
395,470 395,470 0000000000000000065c3c4c988506e8b0adf97f0b19a288d1c9f1f2fc1f4566 69 0.08/1.00 vMB 76
395,469 395,469 0000000000000000046bd308c272068d660ac9b78475cb39863f62c710fef517 1,057 0.74/1.00 vMB 28
395,468 395,468 0000000000000000043bd22c7023393628a106b5e5545e71e063c72a8a194064 1,323 0.95/1.00 vMB 30
395,467 395,467 000000000000000003b3185e6160cd2634c5f815164c628ac4bfb17fc7a596b1 1,928 0.79/1.00 vMB 44
395,466 395,466 000000000000000001352f731739430d198c8fbba33a6c5684058dfa150f97ce 2,058 1.00/1.00 vMB 41
395,465 395,465 000000000000000002078a3850f0bc347fd9d7c21c8c6ef40cc0b03c072cb9ff 1,950 0.93/1.00 vMB 46
395,464 395,464 000000000000000002b2ba8daaa4c36f868eda0b461d79d30ec5190ab348e9a6 312 0.88/1.00 vMB 11
395,463 395,463 000000000000000004dc55404f3d5e16e9094f2616641ff8896bce48eb459cd1 1,956 0.93/1.00 vMB 39
395,462 395,462 00000000000000000728f48e89765c0a6750b10fb0fc3d929fe6ef73b84220aa 1,144 0.93/1.00 vMB 20
395,461 395,461 000000000000000001f4a5b5f6e1403af90f25b24b383b6e745a135270f48836 1,536 0.93/1.00 vMB 35
395,460 395,460 0000000000000000078e0c0e295ec99002a17a9911717758fbd743ba65db27d7 1,685 0.99/1.00 vMB 30
395,459 395,459 0000000000000000034ac85a0f7aa1378456fe3af7a5129026b4d74da2896ace 2,997 0.95/1.00 vMB 70
395,458 395,458 000000000000000007fe009398f2483a91d072b93b4b6ec56d487373f969ff3f 1,802 1.00/1.00 vMB 32
395,457 395,457 0000000000000000012ebf17c290e4d1b95a645655651152c793a1c7b1a04e2d 2,529 0.93/1.00 vMB 65
395,456 395,456 00000000000000000374b44b1b6a2958f7e4b47ab69a1aae37a56bc2e62e99ee 1,286 0.93/1.00 vMB 19
395,455 395,455 0000000000000000088321525a33f3838d973077375875ba733985ff4a92abcb 1,817 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.01 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: 649.66 GB
    • Received: 13.20 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.