Loading Tool

Explorer IconExplorer

Memory Pool

37,675 transactions
26.85 vMB
0.05571509 BTC
Random Selection Loading Transactions
Max Size: 136.82/200 MB

Candidate Block

Mining Attempt b419ee1d9c6cf3f127f88b55884af865cd688d9688e6dacd955cc540a62997ef
Version 20000000
Previous Block 00000000000000000001a8ad75ade9013be9408c50355671e623eb9a302339cc
Merkle Root 29bc85bc7915004a5d64671143b1b601d9838d13c1808601b6c58882ac2128f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,098
Size: 1.00 vMB
Total Fees: 0.00540273 BTC
Feerates: 50.27 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,653 (452,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,155 462,155 0000000000000000003aee7754a7b43bb2cbc372d2f78b3c62e2642030ed3ab2 2,227 1.00/1.00 vMB 169
462,154 462,154 000000000000000000488d8aeb6f83a425a5e32b60e39f9b4092aea57bda147f 2,672 1.00/1.00 vMB 135
462,153 462,153 000000000000000000a37f5e63226ed4afd0f395ee964f76f91d80fd0d8ec370 2,299 1.00/1.00 vMB 156
462,152 462,152 000000000000000001afe48469ef7f4c169082c8214069f805da717a8da6e615 2,380 1.00/1.00 vMB 169
462,151 462,151 000000000000000000e38cdfaec423d9b3a3394f0e7368d7efc96c3944aa13d2 2,295 1.00/1.00 vMB 151
462,150 462,150 000000000000000001142836cfb29f41321a9ab161bded518820caaf17c1c387 2,218 1.00/1.00 vMB 171
462,149 462,149 0000000000000000015d0763ea24b0e61d6bfa82d10a5700fe2073a1f1aa8455 2,387 1.00/1.00 vMB 163
462,148 462,148 00000000000000000190cfa08d9958085f96e0ce0d9a6af9bf0a20aaad2d1a5f 716 1.00/1.00 vMB 50
462,147 462,147 000000000000000002062a11d35b68d0deb3737519ba22160a5739f0b438f036 1,710 1.00/1.00 vMB 116
462,146 462,146 0000000000000000009f256b50f2930cc5173ced502923274580df464d380760 1,105 1.00/1.00 vMB 82
462,145 462,145 0000000000000000019c9c2fed0a38f194580bbbffc479004ac72266b2e6cae1 699 1.00/1.00 vMB 44
462,144 462,144 0000000000000000019fe9fd50ec96398dfa4d6859d8ae7cdfd59664daa01adf 2,179 1.00/1.00 vMB 131
462,143 462,143 00000000000000000134615c0985814d2ae4f421695d9bd50e3f7eb3095612b4 2,265 1.00/1.00 vMB 121
462,142 462,142 000000000000000000a9ec2a1ca49b40a2ec81c896ebae215529cd81396a55a0 2,243 1.00/1.00 vMB 161
462,141 462,141 0000000000000000019da8b2db27b9b99c72cfe1c4ef5d69373cb23e1afb989a 2,230 1.00/1.00 vMB 192
462,140 462,140 00000000000000000072fa60f260a47cea78f69c812197e4e0a3b16f23f87170 1,092 1.00/1.00 vMB 52
462,139 462,139 000000000000000000e01041448a175b9b6805d7d0eedd66705d9335ab43985b 2,251 1.00/1.00 vMB 151
462,138 462,138 00000000000000000063ac335ea887dbdef45ddd23d6880c3a87130afbfbb675 1,706 1.00/1.00 vMB 77
462,137 462,137 00000000000000000147fcf65b5c5416a735c745996109a8f707f548df83ea6a 1,779 1.00/1.00 vMB 128
462,136 462,136 000000000000000001931eea2bf5fd0517517617363a2c798887732cd2226a70 2,307 1.00/1.00 vMB 168
462,135 462,135 000000000000000001e7a80087be947cfdf6ff6df84118e6121a9115633e40e3 1,569 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 781.78 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: 632.90 GB
    • Received: 12.17 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.