Memory Pool Memory Pool Refreshing

6,249 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (734,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,402 173,402 000000000000072ff5ff392d96ab2152faea2a349a28b996d79891082d9fd850 0.02 MB 27 37
173,401 173,401 00000000000001349537f718f881801bbcdf4fcc85cb8220413be489dbc91583 0.00 MB 1 0
173,400 173,400 000000000000023496d419ffc0d983af05b1f25e131e9d7befa27f825f006445 0.00 MB 1 0
173,399 173,399 0000000000000694f04f32c2e0660337c1c55397d38191cc591c91a674156731 0.01 MB 28 124
173,398 173,398 000000000000092bbf608e63f3c7c16f512b3b81f9c402b3a33f80ec7032e63d 0.03 MB 99 133
173,397 173,397 0000000000000321086b0932e54d1000026ee193da79efe9a6349622d8eb0564 0.01 MB 25 185
173,396 173,396 00000000000004254e095def2b1a8e32a196d20ee0700bf0d3aa5a495ac8d54c 0.00 MB 1 0
173,395 173,395 00000000000003fb3df51c14da79a40fd102afd000d19af696a07960704d7957 0.00 MB 17 136
173,394 173,394 00000000000008f970e9eadc3988e103c496db1629cac2f709bc1a50e35f7498 0.03 MB 33 83
173,393 173,393 00000000000006c652aa585fb0860554fbede1ceff065915f00b8ec8f119c5bd 0.05 MB 149 59
173,392 173,392 00000000000002695bb8ae59cf1ff5b8f962b3b9d12328682c7c3b15b7472e73 0.00 MB 1 0
173,391 173,391 00000000000002a29815b77660a64a834ec58f7e14fd1e9e65a17d647eba4878 0.00 MB 7 141
173,390 173,390 000000000000065bce3832bd318d7239b9a82e2ea9489ec742aaf6c476ef0165 0.04 MB 103 911
173,389 173,389 0000000000000544f29f30751a0d1bad242ceee6030df0fd4ad3070d9449a558 0.00 MB 1 0
173,388 173,388 000000000000037b013d38a0feadbbc43d075c8dd70d090d92896b8c6cf3f684 0.00 MB 1 0
173,387 173,387 00000000000009ffab90cda96ed68498585bbd2376f6595ac629e90b132be6bc 0.05 MB 113 151
173,386 173,386 000000000000046739eeeff639d969221987598e937b402ba24736480dcc2167 0.00 MB 1 0
173,385 173,385 00000000000004ca79f76dd1080fcdb2be3d22f632762c9489402e5d1fa7d64f 0.00 MB 13 131
173,384 173,384 0000000000000851a0175fc2c78c63d6c11536856ce7ec4d703a4c660a7c95f9 0.01 MB 35 130
173,383 173,383 00000000000001dfb8e122ef67190f3b0b19dcb0ce9754d3fb6a857a11850813 0.04 MB 133 36
173,382 173,382 0000000000000927fd5edbc7849299ae58d582d8180bb55c679453aad9ee2413 0.06 MB 131 140
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.