Memory Pool Memory Pool Refreshing

2,768 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,757 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (449,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,195 458,195 00000000000000000068e56304277fc9e638e1caf56a2e3fda09f1c474347805 1.00 MB 2,596 178
458,194 458,194 0000000000000000009285b6436b6b434e931f2e9bde7749a4c81c51b1ab5190 1.00 MB 2,349 171
458,193 458,193 000000000000000000dd416ee0bff10209952473b59b95c83d1b930f84e009b6 1.00 MB 2,313 178
458,192 458,192 0000000000000000021f248e24c3b571deef7e2f8a535db01d13b3bf04fb8428 1.00 MB 2,339 218
458,191 458,191 0000000000000000020f8d878a56e1263fea7be0e81e94818a53b8b4d2a1136b 1.00 MB 2,374 242
458,190 458,190 0000000000000000018caa76670bcb597be50409547512a3623e8ce69f75e7d3 1.00 MB 2,272 197
458,189 458,189 000000000000000001477a7554482cd109ce7f6749eebf863996b1cde10cd9c1 1.00 MB 1,668 204
458,188 458,188 0000000000000000000f82128d1273c8a47206ac07563c4a8cfca6014cffdcb4 1.00 MB 1,988 136
458,187 458,187 000000000000000000fc2b97c0af78a333d6cb0f3f0bed6b37968c709dfc2cdc 1.00 MB 2,464 152
458,186 458,186 000000000000000000060a0cb5ce5e5fc6ccf88bd3e4022a9f8cbb8c97782b6b 1.00 MB 1,864 166
458,185 458,185 000000000000000000707cc3b1f49168982736ab81565b7e6ead5c4785657b1e 1.00 MB 2,654 223
458,184 458,184 000000000000000000b6cfec79b0747de7b0ed46bd68a4bf16e97fecec01c658 1.00 MB 3,022 152
458,183 458,183 000000000000000002383c1ddf3465908af9819c6769d57d19988d5cbfc8ac05 1.00 MB 2,500 129
458,182 458,182 000000000000000001365f44ca15263f590aeb7c95f7b290574bd3414859ca33 1.00 MB 1,817 174
458,181 458,181 000000000000000000708aaeb1fe77c1a56be2348b7069381cd1fc055905108d 1.00 MB 2,782 244
458,180 458,180 000000000000000000265de6eee1b91e5ef75e71d782bcda59dbdf41868477c1 1.00 MB 2,894 116
458,179 458,179 0000000000000000021bef10f7411d718bc5777bb0ea77930a28ffcab2b5468c 1.00 MB 2,389 161
458,178 458,178 000000000000000001aa173a0928f3ed0036d49d9eb054bf5eb886366d1627a8 1.00 MB 2,807 186
458,177 458,177 000000000000000000a32e575060fd6ded56114d2bb3eec10cc3d4b0970aef27 1.00 MB 2,116 192
458,176 458,176 000000000000000002457f2c392daceedab230620274b498ce4d40ce0ed2f84b 1.00 MB 2,854 223
458,175 458,175 000000000000000000250686570f5220b3ee5ff5b8815bfcd71e61af9a7b72e0 1.00 MB 2,484 270
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.