Memory Pool Memory Pool Refreshing

1,003 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 988 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (651,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,286 256,286 000000000000000a11b83ec67046bd1c3742d37c1fd19eb60993dd4142832587 0.20 MB 481 103
256,285 256,285 000000000000000da78b890167754320fcd7844a8333cf2e7eaa27e6eb66beef 0.06 MB 125 58
256,284 256,284 000000000000000a41919e5ba9bf94590307957438df8957b2d8e055d196b073 0.07 MB 148 33
256,283 256,283 0000000000000014813cffe67140e7dbfb5a7773d274941c2edb1a11d0edd0b7 0.25 MB 648 131
256,282 256,282 00000000000000247fe2e1f11a489c118ffb6792d6ba11121279cf12a62453eb 0.22 MB 538 129
256,281 256,281 000000000000000159f4bd54cf3c54c2df34ddd6ff51c680e1b7d0622f5c8b43 0.23 MB 583 119
256,280 256,280 000000000000001a92af8fe69ff4aa1e1f02642f9a93587143e9d5d7f1ffba6c 0.24 MB 554 102
256,279 256,279 000000000000000f7125b930e8fd8e239a4c63c0f2d55bb5e63ba9fc4e0109a8 0.30 MB 608 39
256,278 256,278 000000000000002dc13bc14c9e999f56fa19ce4e0ae0c4f203197f1c6f269a26 0.30 MB 879 165
256,277 256,277 000000000000002d054be1e77c50aafcabf5ad9466560117bd8fd9706e08a472 0.04 MB 104 115
256,276 256,276 000000000000002b0e29289255b11ea377d03f02d6e2013c9c4500879f17aa79 0.25 MB 686 159
256,275 256,275 000000000000001452940962883c497d7bfe87508813529d924c3555ca524b6e 0.01 MB 40 38
256,274 256,274 000000000000002665aa9b70dc61c3e3a21b14254d025f247fcd0ee7988556dc 0.12 MB 298 118
256,273 256,273 000000000000001e54d7eb160c15019da95f2bf0e4a55a75339c2be02953c314 0.12 MB 253 97
256,272 256,272 0000000000000008ba72a286f0c0d7cc9f76404d6d03b1ecbceb957a896169ef 0.47 MB 1,152 125
256,271 256,271 000000000000000455fe9a0f779024be6ffb8d66e3983fbb9daf563cc2720dc1 0.11 MB 264 130
256,270 256,270 000000000000002d8e2f9179ed9f8cf3d9651d7ba23e1df5045fd53a7efb7e9f 0.04 MB 110 173
256,269 256,269 0000000000000028115e14c9c3ff53915c178d7e00483ea1d49e89e3a2f8ea1a 0.09 MB 248 130
256,268 256,268 0000000000000030064bb7a58f10d456eaa8ed4b1b5d302c0ef7beee89165195 0.03 MB 64 91
256,267 256,267 00000000000000165eab046aa4a026bc181b82d951936924c5aeb71ca394161a 0.11 MB 301 117
256,266 256,266 0000000000000024de7285b3c2414f0a16183de523ea34b0e761a4111f693051 0.11 MB 225 90
Previous 10 blocks ↓
Total Size: 769.11 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,629.35 GB sent, 93.42 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.