Memory Pool Memory Pool Refreshing

13,338 transactions
4.74 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,721 (599,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,571 308,571 00000000000000002edad67fedb02eb2a725dd04c5a2e288774434813d9d3531 0.17 MB 512 52
308,570 308,570 000000000000000004c31376d7619bf0f0d65af6fb028d3b4a410ea39d22554c 0.49 MB 997 34
308,569 308,569 0000000000000000351825acaf900e107e314acbaab974bf880841b584333c9f 0.26 MB 486 30
308,568 308,568 000000000000000015dda9d3a93b234ddd5ef1d11146192581f5396e57e14214 0.12 MB 270 29
308,567 308,567 000000000000000013e16d3466a656d2fd824f96f7c6c5e6aa420a44d9559e32 0.26 MB 429 27
308,566 308,566 0000000000000000151f00e7b882b15f1523587f4c97c8f16cac185946039ba1 0.01 MB 7 12
308,565 308,565 000000000000000004c2dbf1db573b029badd5a5e72ab50f38a012dea7ad73a1 0.07 MB 112 25
308,564 308,564 00000000000000000541ab3d36e67698502e8e8fa6f4dc7df8f916fc1cb4f247 0.06 MB 116 26
308,563 308,563 000000000000000028381376bd3f5a072ff4549681bbed88e2b92b6b65ccd98a 0.08 MB 163 31
308,562 308,562 00000000000000000ec230dc35a88f2175df948c7d3679b9effa6c8a7a780f58 0.10 MB 222 35
308,561 308,561 00000000000000000e2d2c144a931519dded62a5823843dda5430777fc2a303a 0.46 MB 618 23
308,560 308,560 00000000000000002af5219ba9acc299f27d41eebe7e4f9d79098db8f86c961f 0.10 MB 256 36
308,559 308,559 000000000000000008c2c257e953bdb4f6db9f8e2bfef4f3b0c04b4552027742 0.10 MB 181 28
308,558 308,558 000000000000000025c0b3e6238ace863f67887c94f0d8d46bbc00fce5204d81 0.36 MB 678 28
308,557 308,557 000000000000000026ad6b69104daf4a79d8dc4cd8340f9b4854b060738fd7a5 0.16 MB 282 29
308,556 308,556 00000000000000001fdbb30d51265e687b256f7b4d817a902097860599e2acd0 0.54 MB 949 28
308,555 308,555 00000000000000000df2eb6fff1d41f0c3497003ac05782e0ce8271d412d21df 0.02 MB 50 35
308,554 308,554 00000000000000002f80b5c85daf89803ee92a8488a159342cc5114058f19391 0.12 MB 174 20
308,553 308,553 0000000000000000369cc25b05d97e37b82cdb87b1b9ccd6b512cb8341df206e 0.35 MB 644 31
308,552 308,552 00000000000000003d8770e960fad245c91f08c9f16f09b0c0f7d413e030b674 0.08 MB 155 16
308,551 308,551 00000000000000001713048698ed339ac976b3b22bf385c5270dde44eacf9494 0.17 MB 155 14
Previous 10 blocks ↓
Total Size: 769.02 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,624.70 GB sent, 93.00 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.