Memory Pool Memory Pool Refreshing

2,467 transactions
0.73 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
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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,467 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (81,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,425 826,425 00000000000000000001083391ebdfe269b07313003fba509ab5fe4100c11ebb 1.59 MB 3,264 140
826,424 826,424 000000000000000000023f28f4dc2ebb2b7ffcb3397613f80e46e70e382f79a8 1.93 MB 3,409 171
826,423 826,423 00000000000000000003c9d0cdaa043a771c0f0aa60b09aa366baf2c5cd2f59a 1.57 MB 3,280 115
826,422 826,422 00000000000000000003b46a0572516debd0d320f74dc93e83a55b7ad8da9a1f 1.52 MB 2,875 44
826,421 826,421 0000000000000000000024d09a15cf2964da88ba13afbb68c3d714797846e73f 1.70 MB 3,536 53
826,420 826,420 00000000000000000000cfef0c81fcb3844843be800f3ef0c6e6227b6f319012 1.61 MB 3,379 74
826,419 826,419 0000000000000000000167614a6fe167a168fc874915c8130d23910d71578392 1.51 MB 3,525 45
826,418 826,418 0000000000000000000245a25dcc455fc58d29c809096ab5023bbd638e8e6290 1.58 MB 3,428 84
826,417 826,417 000000000000000000024a01f4c4c1859803a99167b85a35279de432ff01782e 1.59 MB 3,859 62
826,416 826,416 00000000000000000003cc2b5aa5db01bf4d7dd27d7aabfe04898fac9d7e02db 1.66 MB 3,881 43
826,415 826,415 0000000000000000000262ef3d30ea3805e5da1e061631e91fbb979d91e0889a 1.46 MB 3,151 50
826,414 826,414 00000000000000000001be73025b508f591b53becfda74ff6ec50c4fff85f847 1.63 MB 3,830 64
826,413 826,413 00000000000000000001bba5171f1ea22cf9ccc57f9d739397b9630cd3b4289d 1.64 MB 3,726 58
826,412 826,412 00000000000000000001b4ccf298017bfa1c68485258b8f2cf43c7e8856e36c5 1.43 MB 2,701 75
826,411 826,411 000000000000000000019d22a1ac52bb8bda706739fcecb22c3cd9d559048cfa 1.63 MB 3,719 38
826,410 826,410 00000000000000000001e9447456fe7b72cb22bf1860f18bad6d560f44eceeb2 1.64 MB 3,825 68
826,409 826,409 000000000000000000033faf1457a4176214182ef349432d670de1610312ddb0 1.62 MB 3,605 62
826,408 826,408 00000000000000000001cd23ede4ef5183d75b5ccef9a17f4269058b6d59b2a4 1.64 MB 3,655 46
826,407 826,407 000000000000000000001d773bf0e0501f033c629823ea03d7e319f76238421a 1.61 MB 3,655 66
826,406 826,406 00000000000000000001aaf31acded9180601105cc7e6c5d3bd1d5e865386e6e 1.66 MB 3,415 77
826,405 826,405 00000000000000000000d5e71da13071a7dcb035f6f6c88966cd7b9ee65962af 1.57 MB 3,827 87
Previous 10 blocks ↓
Total Size: 769.00 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.88 GB sent, 92.84 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.