Memory Pool Memory Pool Refreshing

5,820 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,831 (433,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,274 474,274 000000000000000000a9a5b574984b04b5943dce02b79545607760d9063ef0c1 1.00 MB 600 28
474,273 474,273 000000000000000000098ee6e956288c5e59624865fb53461396274204696487 1.00 MB 2,044 229
474,272 474,272 00000000000000000044d4877afe2a02df7b03b64553047aa258e7ac53de6165 1.00 MB 1,423 84
474,271 474,271 0000000000000000018018ada3433e44803adee13e0a8da62da0e05618eff483 0.55 MB 1,181 294
474,270 474,270 000000000000000000ea6badd8c554396078b4ba354c86cf6e57ac32f3f29386 1.00 MB 589 48
474,269 474,269 0000000000000000002d011518a740d65e7c3e6db1fd1c240a57f1db845c5e02 1.00 MB 993 80
474,268 474,268 00000000000000000171ad4bccb887e717050095b872188869372ff13c84bd85 1.00 MB 2,348 224
474,267 474,267 00000000000000000112278761972da8327dc97e5e12da78b8d1d83e23f2b6e7 1.00 MB 1,566 155
474,266 474,266 000000000000000001690b4d5956666b052d394474d398c85a6f457cd1c207f6 0.07 MB 191 176
474,265 474,265 000000000000000000cb885470dca09aa91b11fa94ecc4096a9ca22f5ad4c559 0.50 MB 1,091 214
474,264 474,264 000000000000000000ccd4c352a2011da09f0a6508bbfd485723afa496312c3c 1.00 MB 2,024 114
474,263 474,263 0000000000000000001299c8818acfc23c5f6a9e0e76dc66aa14d5eab68a9932 1.00 MB 1,436 241
474,262 474,262 00000000000000000054d69587c5bb37ef4b8e36cd70d6cab99b5cc1d201f8cb 1.00 MB 1,546 320
474,261 474,261 0000000000000000009f4d954b37e147f4b3e4633eb6151e8cdba11c598bffb5 1.00 MB 299 327
474,260 474,260 0000000000000000012eff9ebaa733997d43df7319ceebd85c4c18a95b4cf62c 0.99 MB 1,041 329
474,259 474,259 0000000000000000013660c2169298ddb1a344ab3c9b7e35239559b4f34a94bd 1.00 MB 1,406 172
474,258 474,258 00000000000000000117e2d65c1c3bd8fe61e1254de2f00ed8db90670d466b41 0.25 MB 313 153
474,257 474,257 000000000000000000929a7a062e199ad5005eb1edfcab20efe54fd57dcbb7ec 0.10 MB 147 254
474,256 474,256 000000000000000000e55bef9836ff0b7ecb2b8ff8f3660fe69fcee0cc5295f1 1.00 MB 1,066 97
474,255 474,255 000000000000000000a3c5595e59fe529072e510a373b85b9acec77eda4f9e66 1.00 MB 720 8
474,254 474,254 0000000000000000014890b3b61e6df9e1d3abfba528c844aefb31063624f631 1.00 MB 2,084 115
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.