Memory Pool Memory Pool Refreshing

805 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,789 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 787 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (105,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,728 802,728 000000000000000000041c1dff48e8c0a4cc9f99e344fe34b9f9becfafe58665 1.52 MB 2,973 25
802,727 802,727 0000000000000000000554570ebf72ff48d04653e05670b5022ab8055977bf59 1.21 MB 1,102 17
802,726 802,726 0000000000000000000390f697467605e03db622cb7e34d4cb49e5e3be3a6335 1.09 MB 306 10
802,725 802,725 00000000000000000002c576aad121db9dbb06065e7206c88a5936b25fb43734 1.51 MB 2,525 13
802,724 802,724 0000000000000000000545288bd841e387f1544abcfaf7ca8ac71fd58eb1e096 1.58 MB 2,884 19
802,723 802,723 000000000000000000037f1e24d3d42a36a72b9abb7a33834609b5ed29f592c4 1.58 MB 3,765 21
802,722 802,722 000000000000000000038d274826044bf8f523b505f44844d6fda7cb290c6e32 1.45 MB 2,487 34
802,721 802,721 0000000000000000000285f4eaacc3ec23791a8162ba9637b641cdfe03e31b96 1.35 MB 1,558 13
802,720 802,720 00000000000000000003efdea9bb30bb4f57b99931eb685e00186bf3596551d0 1.58 MB 2,737 21
802,719 802,719 00000000000000000004a97c26f788f431aa6461beee46ed1e3872183e581b26 1.16 MB 1,114 11
802,718 802,718 00000000000000000001536bc3b7787431c7fd9fd1b3829cd5c1942d8322e4e2 1.46 MB 1,637 11
802,717 802,717 000000000000000000045e7cfeae5fb2e1fc383c12da117a838f49a664bd16ef 1.34 MB 1,184 18
802,716 802,716 00000000000000000002ec24732d16b2a6978c1db31238ec20338070cb5507da 1.48 MB 2,294 11
802,715 802,715 000000000000000000010c1c0aef1f2b07374e2422237a8c62c6032cc4ef760d 1.42 MB 2,558 14
802,714 802,714 0000000000000000000218f9f9bb71ee93f63592d6b85c775e6a63800f25e925 1.64 MB 3,064 21
802,713 802,713 00000000000000000004e4ce9ce7f1405cb892d70c235a32482a3020c2e27432 1.49 MB 3,149 30
802,712 802,712 00000000000000000002d5fe20016122bbc8a31ba060618eb17fcd2a8b58164f 1.57 MB 3,367 27
802,711 802,711 00000000000000000003bdf59df42417c191fd8f4e3e651f8ec10a3b2f16263b 1.51 MB 2,851 31
802,710 802,710 00000000000000000002e8a5bb36e378c2eb1183d5e92efa46ff0ceee2814c7f 1.30 MB 1,946 22
802,709 802,709 000000000000000000027bd368f50824e23b87d5ec449f62e78d65e26e87f7bf 1.23 MB 1,190 22
802,708 802,708 00000000000000000003d50a14cc4c21074b921507b6fb9d09ddb79ba480aa14 1.09 MB 443 9
Previous 10 blocks ↓
Total Size: 769.14 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,632.16 GB sent, 93.60 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.