Loading Tool

Explorer IconExplorer

Memory Pool

45,091 transactions
27.11 vMB
0.07106073 BTC
Random Selection Loading Transactions
Max Size: 142.87/200 MB

Candidate Block

Mining Attempt 622fb5772d6a6a8a4602f7dda2c4b341d472302863cfc0f957cc6d115d893ee9
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 08220efb326e72dec89d7d09a825507ba9bb7a7eb1985772fee8234c1cd71ad5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.02068251 BTC
Feerates: 251.72 > 2.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (443,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,814 470,814 00000000000000000034a5e9ba6144b5cad53d9976b13d0219a69e14ab750b7a 1,734 1.00/1.00 vMB 204
470,813 470,813 0000000000000000005e22aff8831a4ef7720b9f8cd7e255da877d1619afe9cd 1,679 1.00/1.00 vMB 68
470,812 470,812 000000000000000000ebd930416f21301435076056c5534c4b71317f3620ed7a 1,892 1.00/1.00 vMB 223
470,811 470,811 0000000000000000013c0395d05ee4d5007ad34cae7e9d98d5c7ff4661cb7456 1,593 1.00/1.00 vMB 219
470,810 470,810 000000000000000000a4d1082dc3867376652255676cfbbb01c937cbae005512 2,291 1.00/1.00 vMB 373
470,809 470,809 00000000000000000141f7ef5e199a7e74d73f311173d2b98ff99d01ab309a3c 1,700 1.00/1.00 vMB 359
470,808 470,808 00000000000000000074393b63037fad90cf6fcc06c342cdc4b5bfc1db547ab1 2,393 1.00/1.00 vMB 419
470,807 470,807 00000000000000000014c80bbc056f7175b5441c94561a18de351bde2e416c7a 2,010 1.00/1.00 vMB 165
470,806 470,806 0000000000000000014f9c5fd4ca89c82ef61b3cb1992b5ad2cbfc566425c1bf 1,798 1.00/1.00 vMB 165
470,805 470,805 000000000000000000c96e72cd4aaf0e2195c3a252918a6bcd2bf851c8e58dc9 1,935 1.00/1.00 vMB 291
470,804 470,804 00000000000000000149eabcc92592e3fde1f83213aa6ec9f39600803ed51164 2,137 1.00/1.00 vMB 338
470,803 470,803 0000000000000000015cd5e1f2913751c036f236725a5a45b1d343cedb6ece2f 1,420 1.00/1.00 vMB 419
470,802 470,802 00000000000000000193a9a86907d353f983779dc75f1ae06d4bfaec892699ed 931 0.65/1.00 vMB 185
470,801 470,801 0000000000000000014f5d2fac8dc80d51d87318393dc793581d9d61c37ece46 2,246 1.00/1.00 vMB 411
470,800 470,800 000000000000000001065701f5543acce92c01eea494358d7ed38c5badd6b5c2 2,234 1.00/1.00 vMB 368
470,799 470,799 0000000000000000016707eb1a494bc6c747ab485d244307f8f557f2b38ce154 279 1.00/1.00 vMB 50
470,798 470,798 00000000000000000017e91306e776c35976dcef9fa9e28a7eb276e892d906a4 588 1.00/1.00 vMB 80
470,797 470,797 0000000000000000014af063be870d5d8493034884adc1870fcda9354411d0b7 2,233 1.00/1.00 vMB 235
470,796 470,796 0000000000000000014dfa4a7fd6adda88340b34d6fb05d2dfbb7b955caab7b0 2,394 1.00/1.00 vMB 346
470,795 470,795 0000000000000000009d6a9a8f56928011878a14f517d321905ab3bfdc3a3434 533 1.00/1.00 vMB 90
470,794 470,794 000000000000000001883110daa880ab1ec983c2bdf7abaf47e259c6c6885394 2,173 1.00/1.00 vMB 271
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.