Memory Pool Memory Pool Refreshing

6,302 transactions (1.61 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,047 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,277 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,046 (870,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,440 38,440 000000005435716527959cb094c69285f80251ce29be5720132201901e2fc987 0.00 MB 1 0
38,439 38,439 000000005467bb4327e249b614fe6a8fb1926e377c2dc9f96c72447d6d7ca998 0.00 MB 1 0
38,438 38,438 0000000057979b10d6997de630a69960ad1c98a1d671a5ced75eb34c5f588701 0.00 MB 1 0
38,437 38,437 0000000073d4a2b6eef0ce3db985e9bdc2a32cab5f2698bdb29ad2be02b66e82 0.00 MB 1 0
38,436 38,436 000000007dbbf847983a067d1f87eed9e233d90204b0db54dd741015767343a6 0.00 MB 1 0
38,435 38,435 00000000441c585bcef90d8e6c472f5df4f704a81257f0971b0850756b98cb6d 0.00 MB 1 0
38,434 38,434 0000000044a4f89b7cb54a983e58ebe98423241fbcf4894351d4f8a0209b4837 0.00 MB 1 0
38,433 38,433 000000006dddae92a77df8266aaedae178a02480f45b299e302e63d85833aef8 0.00 MB 1 0
38,432 38,432 00000000511478bf1b9d2ff9ede73f31c71001bce7d7055475085b8621c6c7b2 0.00 MB 1 0
38,431 38,431 000000008460ddd8c33746d6bc033c342e524c37610b793702cb5fb3b4ea60b7 0.00 MB 1 0
38,430 38,430 0000000053c39444e32656f8d95594a6cbec9419e2c1f237b14a4a42611b063a 0.00 MB 1 0
38,429 38,429 000000000b35ff2aae7d5428c96f98e43743d6ae4031a468a38035e40b4971c6 0.00 MB 1 0
38,428 38,428 000000002068818c29134de2a596a4170af735d863a00149cdab2f8c42e34f2d 0.00 MB 1 0
38,427 38,427 000000004763b7320aef84561058c6d7b9f41b59958c435b64d0e62d80b42213 0.00 MB 1 0
38,426 38,426 0000000005dee21995e466d5c8b68882b044c3c45fede83b2003e115b2630d4f 0.00 MB 1 0
38,425 38,425 000000002e4ce7e56d567ab84ab99878acc5861ed77191e767c2638435d6299c 0.00 MB 1 0
38,424 38,424 000000008a53f5641564305e9bee7de44b5860f6bd2f16eca6e1e88414c08b90 0.00 MB 2 0
38,423 38,423 000000001805aa9b6cd0dfd104aa6fca76ea9cbbe20c568a4f2bf79ff5eb4925 0.00 MB 1 0
38,422 38,422 00000000362fb90839dd4fb7f342341a012542384f90f4022d72d78c7b2cfbe2 0.00 MB 1 0
38,421 38,421 000000002fc7445cb1be388463864b07a94b0751013f2da73cc036a4b618260c 0.00 MB 1 0
38,420 38,420 00000000593e8abfe3b9421cb24a10fd3e26b76b8b06c086f8e4e887deac1c6c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,896.24 GB sent, 105.67 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.