Memory Pool Memory Pool Refreshing

3,408 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (433,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
474,253 474,253 0000000000000000006480958de1cdf8cee62b6897a0ecde8b7f6ba70ce11508 1.00 MB 1,475 317
474,252 474,252 000000000000000000583006536c3f332efa89697d2718fed3683699ff1f6619 1.00 MB 2,279 327
474,251 474,251 00000000000000000157514cd278b63ad62c68730e9bf2f919239fc749828048 1.00 MB 1,554 92
474,250 474,250 000000000000000000239f861dc28f193298f4caba565f57e5d1a6450833cc67 1.00 MB 2,475 44
474,249 474,249 000000000000000000b12bdbb7ba8c50f486f87f5c0d3c9e2592c07031747f43 1.00 MB 2,038 213
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.