Loading Tool

Explorer IconExplorer

Memory Pool

43,212 transactions
26.35 vMB
0.05823609 BTC
Random Selection Loading Transactions
Max Size: 138.60/200 MB

Candidate Block

Mining Attempt 3e17b93500a5c0e29b7c050b7887b27069b8cfdee24b4c19620788366439bfb2
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 9d6d4cd53620c7da76a8e03240009054e91635a6cfb2502f36318f53b9ee85da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,182
Size: 1.00 vMB
Total Fees: 0.01011293 BTC
Feerates: 107.54 > 1.01 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (595,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
319,675 319,675 0000000000000000220aa8cac861d10aac57006395dbc9adf3e8c65ab710afb9 97 0.04/1.00 vMB 28
319,674 319,674 0000000000000000260e3d2ea7a27697ea27c05153114f3c22e9d5b9a6916217 1,322 0.85/1.00 vMB 23
319,673 319,673 0000000000000000015f1c0fca4af6490701b33e9b433cb1b78fd4ee4ca82719 64 0.03/1.00 vMB 28
319,672 319,672 000000000000000019f92b93d08912059525e131c92c02aab6c70de72c84b049 512 0.16/1.00 vMB 50
319,671 319,671 00000000000000001fffbbd3784c667c0b324f21858b69a5b2585f4dca4370fa 488 0.32/1.00 vMB 25
319,670 319,670 0000000000000000262bea2ccf5d9b1bd8e8fa404ca11d446059033dbc65d10e 307 0.28/1.00 vMB 18
319,669 319,669 000000000000000011df5b4c8776f0817b3fb79c7aacbd2213c5bd671fd5b39f 912 0.66/1.00 vMB 22
319,668 319,668 00000000000000000e70d3d0cd6ae54774641dfb7b6f5c0e4ea37f7bf56d21b4 473 0.42/1.00 vMB 18
319,667 319,667 0000000000000000249cc603b6fe95156a7f8151e539cd56a4d6cc7c2975ba9e 512 0.16/1.00 vMB 42
319,666 319,666 000000000000000027ed96357a49d2adcf6f83fa78247aaa8dba6a5f0a96d8d8 243 0.14/1.00 vMB 25
319,665 319,665 0000000000000000269455a778e76c86a76be261c7afe930552d0b6f9c5f19d1 370 0.21/1.00 vMB 24
319,664 319,664 000000000000000020b487cd1b9649975ee7afcdb57bad2c2bd69ab3cc120b1e 80 0.03/1.00 vMB 29
319,663 319,663 000000000000000020c0e4edb1e484d4b943b0bfb16e8cbe3337bc68ccd9371a 309 0.24/1.00 vMB 20
319,662 319,662 00000000000000000dd4b9e52d5a53687d6e5a6c7629161f24e15e4b8eee63ff 327 0.26/1.00 vMB 23
319,661 319,661 000000000000000021939a0681c00ff349c04ef6e2efbbea5f10bb0bdc48452c 363 0.18/1.00 vMB 20
319,660 319,660 00000000000000000ebfe07e05f07eb6f19f4f7c5e62e594c2b365ed291f6b97 937 0.50/1.00 vMB 28
319,659 319,659 00000000000000001bc89d8b94f70135aa51b1e313fc4027f7145644d50f408e 1 0.00/1.00 vMB 0
319,658 319,658 000000000000000000abd4c0674aba2751d88d8b9bdef3b09c34080ff6a0adf7 338 0.20/1.00 vMB 23
319,657 319,657 00000000000000001c38291333d263de95c801602ec79ca081d20dde694f63fc 120 0.06/1.00 vMB 29
319,656 319,656 000000000000000018a17b37f8dbe776e612d8cebc8ab04e0f4df6ed4a8fb757 539 0.34/1.00 vMB 25
319,655 319,655 000000000000000016da8cde966d07312e3ea31c846caed5e94732ec919cc9fb 63 0.04/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.