Memory Pool Memory Pool Refreshing

10,212 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,162 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (804,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,276 103,276 0000000000033e52c256a3b5eea6a7be214ddd70061bc95d74011cca3be1dcc8 0.00 MB 2 0
103,275 103,275 000000000001faa74779970a9a161942229a74e027727950c92f7d15802138c8 0.00 MB 2 0
103,274 103,274 00000000000359281fabb06c5b3a0c45e69b201c75c49e1d73a7f7b515a982ef 0.00 MB 1 0
103,273 103,273 000000000000179ae384d6ded421537c058177fed4bb7b0320e98d79929f9b33 0.00 MB 1 0
103,272 103,272 00000000000318e07577befb8b66a15c6fd0a0b8f133265691ae7725703b88ab 0.00 MB 3 0
103,271 103,271 00000000000137d5dd43db7af82fb00a747fff5ae31cc4b17a294ba3ce930c8b 0.00 MB 1 0
103,270 103,270 000000000000f019fb4e12718ecc63d850c26c475117256dc7436fa4a50b5441 0.00 MB 2 0
103,269 103,269 000000000002eb1d86d59725c8ea24c2dad0fd4c2263e8c4030993f22a0d215f 0.00 MB 2 0
103,268 103,268 0000000000019baddfa88ded7687c2da90891efac1df1bfb900e83302908b2c1 0.00 MB 1 0
103,267 103,267 0000000000002be111f82d98bbeb11769f8fc8be135830c430399a09d0a916a5 0.00 MB 13 0
103,266 103,266 0000000000000e06391c4296854691257ac2f76cc7ea33ecf23ac7217059a722 0.01 MB 23 0
103,265 103,265 0000000000029b015db34584276ae2a90ba7533bbfb3daffef382367d777632b 0.00 MB 3 0
103,264 103,264 000000000001ae20d354ae86381cf004233e4a4a60f4e60ab2be34e74c590b87 0.01 MB 5 0
103,263 103,263 0000000000030ea8bad93a867776c7c74cf27501fb03ad51521bb3186013f48f 0.00 MB 1 0
103,262 103,262 00000000000110854e99484beccabea3fed581efb8a22925cbf3c32a38b19669 0.00 MB 3 0
103,261 103,261 000000000003789fdf63055ed12a805439c0166a0e6edaa316137ff378ba5ae1 0.00 MB 3 0
103,260 103,260 0000000000021e59b08d8d890fde47c51e7e33fdd81661f36ed9a1cdad4f8c64 0.00 MB 4 0
103,259 103,259 0000000000012124aea9f01c26621d6f3a422b6e41bcc3818b989628d158e144 0.00 MB 4 0
103,258 103,258 0000000000014ce2d4168e62329ed1f142b4ed470b5cb1cf0882cb4e48485482 0.00 MB 3 0
103,257 103,257 0000000000007812202bfbdf96b34977212ff5768ad1f102fa8ffb0efe7f3429 0.00 MB 5 0
103,256 103,256 000000000000f5e4adab3920b67a8a3f5d541bbe8613114ed205a5fb1024d1da 0.00 MB 7 0
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.03 GB sent, 93.02 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.