Loading Tool

Explorer IconExplorer

Memory Pool

83,091 transactions
30.85 vMB
0.09001247 BTC
Random Selection Loading Transactions
Max Size: 186.12/200 MB

Candidate Block

Mining Attempt 373df043b1472703df12be9dc277b7bbd47b51174bcae2d3b8435711ea1acbdf
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 79f4caf26a4aaecc20991697b5b78dcd218c2dccf1111861b627f93dbec95f1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,599
Size: 1.00 vMB
Total Fees: 0.02368778 BTC
Feerates: 366.60 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (345,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,237 569,237 00000000000000000007d2f9a169d67a1bda6feeb0cabd25de7a27e2558a4cb1 1,120 1.00/1.00 vMB 39
569,236 569,236 0000000000000000000709cc11a111e4beac5fcfe58a07774b6fff01c5b7b800 2,105 1.00/1.00 vMB 41
569,235 569,235 00000000000000000016b7dc58fa2d24772e9d5e8e3f70265fd8d989b5691d10 2,588 1.00/1.00 vMB 53
569,234 569,234 00000000000000000024ff61daa376603d120a8c7656f4ef31daa5e69fcfd736 1,441 1.00/1.00 vMB 44
569,233 569,233 00000000000000000013c659da23a07f264e466394c88cfa92e9ee4b6c5e91c8 2,371 1.00/1.00 vMB 46
569,232 569,232 0000000000000000001710d93658392b6f61835953950a4e17228c4085961ab8 2,150 1.00/1.00 vMB 7
569,231 569,231 0000000000000000000a5d7b4a54bfb171206b4fc68fd33bebedea159341f92e 2,384 1.00/1.00 vMB 25
569,230 569,230 00000000000000000029488bb9c9400fd83aa0c3660bb6c4a0bb6165052e3f4f 2,172 1.00/1.00 vMB 21
569,229 569,229 00000000000000000015c99f2b0d30a631104b438d6689a0bbf0a1d9ecdf3fbf 2,444 1.00/1.00 vMB 11
569,228 569,228 00000000000000000011bf09239e541c42c14d36dce400ac2b71b793be0290a2 2,133 1.00/1.00 vMB 21
569,227 569,227 00000000000000000021eb6d738c5ae768bae6e07f7387a8bcaa6102dbc0c2a8 1,334 1.00/1.00 vMB 12
569,226 569,226 0000000000000000001df8d5760d0f8944bdcb2ab0c3134a72734c51ab4d3d48 2,617 1.00/1.00 vMB 29
569,225 569,225 0000000000000000001dcc4b1a99421a60ad751429c30ca8d890d71f8ecc222b 3,115 1.00/1.00 vMB 27
569,224 569,224 0000000000000000001258edf17af9254b5a0c7890921f404f557448136c9a7c 2,936 1.00/1.00 vMB 31
569,223 569,223 000000000000000000058262209bda70edd2825f53edd4b938d8ec00dfee3ac7 3,062 1.00/1.00 vMB 23
569,222 569,222 0000000000000000001431043da0bb1e064b7a1afbca12d4c781406a3997481a 2,855 1.00/1.00 vMB 47
569,221 569,221 000000000000000000212644bbc43457136c0a15ed1ef4797bdb0562db1495a2 3,367 1.00/1.00 vMB 43
569,220 569,220 0000000000000000001696b89bc84f692a752dbcf3823c10fa848d2e9afa2a9e 3,249 1.00/1.00 vMB 16
569,219 569,219 0000000000000000001328f2212cc66ae0a1bba30c2f0349eb61ceca2446b43c 3,156 1.00/1.00 vMB 39
569,218 569,218 0000000000000000001bee071a50f9b73cb00c1e0bba720211380e30c56a58d3 2,460 1.00/1.00 vMB 20
569,217 569,217 00000000000000000000a8c3832cd5644fde60157cf89e828fc84673be26319f 2,099 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.