Memory Pool Memory Pool Refreshing

5,840 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,810 (453,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
454,305 454,305 0000000000000000013daee0bce2ea39af2842726ba4873e723d4b37691cc119 1.00 MB 2,601 167
454,304 454,304 00000000000000000057f37f5677d5b51843c7e2dce481501ad2443712947583 1.00 MB 1,840 114
454,303 454,303 0000000000000000027e8f113b93c26d71b8fdab2b7f9484cb89ba48a9fefbc2 1.00 MB 2,209 149
454,302 454,302 000000000000000001c818a7a38e3790fb1d05862e233e5a666f6e9e061b87b0 1.00 MB 2,045 165
454,301 454,301 000000000000000001639ce8a3e8a628f530c49f8a46985bbc06d182ea5cb9aa 1.00 MB 2,173 147
454,300 454,300 00000000000000000096e4e0d7707f99a00b55a87efbbdf2c7c605912cfb3aab 1.00 MB 2,610 201
454,299 454,299 00000000000000000017c9a938461d099506c1078ac9570f22a6d940d838538a 1.00 MB 2,479 180
454,298 454,298 000000000000000002067e5cc9418de8207a418b13da49fc72458db8c81e5225 1.00 MB 1,810 142
454,297 454,297 00000000000000000272ef15d14cfb0665219d803a09a57111fd9c830455ba81 1.00 MB 2,255 134
454,296 454,296 00000000000000000148b1029469e643a32002536ecee964aa5cd9f4ec4bbbef 1.00 MB 2,558 160
454,295 454,295 0000000000000000005dd65786774391d23d71f0af1f523980d4b5e041b701dd 0.86 MB 1,321 109
454,294 454,294 0000000000000000015486554ca216974f499e55f24029b94761472578216b29 1.00 MB 2,474 198
454,293 454,293 000000000000000000c1432b3d45b21d3a3e87ccc9c3de8718dfe552f9d4cf27 1.00 MB 1,755 127
454,292 454,292 00000000000000000146ae518413108c830de74c0755b49bae6d47c521c52284 1.00 MB 2,335 168
454,291 454,291 000000000000000000bf4ec454fd9be5b5f459a6722b743770533b6d4b2e91cd 1.00 MB 2,348 120
454,290 454,290 0000000000000000027d38fb3c872fd3b8cbe8aaa20b749e6817403c3c82cc08 1.00 MB 1,774 97
454,289 454,289 000000000000000001bd10301d90b2dae8cf40d7a1d74589c530a9d7e67f09a1 1.00 MB 2,464 164
454,288 454,288 00000000000000000174ecd7085d0d539f9ff48365722ea86a4f48fdc23d424f 1.00 MB 1,921 115
454,287 454,287 00000000000000000146126d498619689546aa5df4a7468dcf0aadcf38bcdc22 1.00 MB 2,186 127
454,286 454,286 000000000000000000b332f6c98c678fbcb859e638e3c91d81d5a4e0107b8037 1.00 MB 2,418 155
454,285 454,285 000000000000000000f19b8dbc679ed45b09da4f3ffd1f44a907c3c231e7c987 1.00 MB 2,519 156
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.