Memory Pool Memory Pool Refreshing

6,557 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,174 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (182,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,187 725,187 0000000000000000000652a6a18fbc6ad6c96eaecc1151caeeed9cb7200970cc 0.79 MB 1,191 5
725,186 725,186 00000000000000000009593e024beaf94cce414c6e7c16bb8be569c6fcae667e 1.15 MB 1,905 7
725,185 725,185 000000000000000000031cf8719c3a4cd2a5a21631d12454747bc3c170d40fea 0.69 MB 1,336 9
725,184 725,184 000000000000000000066bd0892714f21eaaafd7bab26228e3a833aef6531e8c 0.36 MB 547 6
725,183 725,183 00000000000000000000af54162bd096a0bc9c9ceb49fbf810dd288b3c9683d2 0.08 MB 100 2
725,182 725,182 00000000000000000008a46fc8c162a67217fdc876838199c139e7c992fe9781 0.26 MB 490 5
725,181 725,181 000000000000000000018683afaef6f4070c7f1c4746895583139e5a5be6abb3 0.45 MB 588 6
725,180 725,180 0000000000000000000371f780d88ad68b56f82c28f2e8a352c81bfcd50aaf6e 1.19 MB 1,439 5
725,179 725,179 00000000000000000007a22efe1f39a0549d900141066bbcf9f454d21ea823d4 0.54 MB 1,043 10
725,178 725,178 00000000000000000008b5eb2e515820133963613ad267abf8a2a0ea79dba4be 0.85 MB 1,510 6
725,177 725,177 000000000000000000014a08eacdd5e35fe95e254bdfde22313a2fd658b9d33a 0.40 MB 865 7
725,176 725,176 0000000000000000000316f90ddc932689b84233156a2db867d66ab0b2f9fb37 0.61 MB 916 7
725,175 725,175 000000000000000000048daf88d471f20a67590b1df17f71934f3c694a191e30 1.05 MB 1,241 1
725,174 725,174 000000000000000000078449f708697bbcd42c32bf7334f4f216be899fe4cac8 1.52 MB 2,829 9
725,173 725,173 0000000000000000000578334165c9dfb94ea0dc0d256b6f55575561993b5c5b 1.39 MB 1,412 4
725,172 725,172 00000000000000000002b7c272d6213b7ea7aa4e47deef0cdc597fd5cd24e102 1.62 MB 2,018 7
725,171 725,171 00000000000000000006cd6dc48f6d71deb6605cefdaa6c055b2c5e2cdbafbee 0.93 MB 1,850 4
725,170 725,170 0000000000000000000926e1b6a23c72d383942c0511817fb4a4394926a459dd 1.48 MB 2,484 10
725,169 725,169 00000000000000000009fb4dbf5914fbd222b56c90dbb712ac9eb8646c8d54ed 0.78 MB 618 4
725,168 725,168 0000000000000000000313830018f63fc6b312e9ff0970a4b978dcd61079d853 1.48 MB 2,764 7
725,167 725,167 000000000000000000025fd7b0a2c00a0e6b9a0ad7fa6439e5986899e2890740 0.69 MB 1,342 8
Previous 10 blocks ↓
Total Size: 769.03 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,625.91 GB sent, 93.05 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.