Memory Pool Memory Pool Refreshing

875 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,049 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 859 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,048 (660,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,508 247,508 000000000000005235b57c8445a6c23a7d0708ac6d9ca4ed7f94112bd9748bdc 0.04 MB 64 66
247,507 247,507 00000000000000235b68b016a971028a0cb037dfdeab43e431bd5c64df6df405 0.10 MB 236 145
247,506 247,506 00000000000000307175ab336161c285edca979caf08d9c6eab35e49129aa322 0.16 MB 330 970
247,505 247,505 000000000000002fdc032012232954978649483354bc904cfd8811111892b06a 0.06 MB 64 25
247,504 247,504 000000000000006325afc86c2416602442475aa7d695d40fb5dc36bccd3f9b9e 0.08 MB 176 118
247,503 247,503 0000000000000017a93bb3038b749318e85ff77c36eb76c6c5b0bb230094391e 0.02 MB 62 248
247,502 247,502 000000000000002820d5965f5a8dbf2540718aa1343927da22cb4170bfed0338 0.02 MB 29 172
247,501 247,501 000000000000006b55245d1508de275f77cf3ae06ec5768dc8f569386735f904 0.10 MB 222 142
247,500 247,500 000000000000009c3ebacf2f0c1fab318ee905ce46832985dd1fad7038174777 0.08 MB 198 92
247,499 247,499 00000000000000807862962b59e6b1e3d362f2880b2424857bfb4888d4f29996 0.16 MB 192 36
247,498 247,498 000000000000007eda8a4f9837a667b7ddc0ca06b63e8c516c18cd8e87f6a721 0.25 MB 562 153
247,497 247,497 0000000000000080b3046363e0a9364ecde4de7ece6dbf2797c6d0072d8e090c 0.09 MB 256 103
247,496 247,496 00000000000000686f8ec318c676e82612c4a4672e926b32de8daa1982ce4e71 0.01 MB 24 63
247,495 247,495 0000000000000013a8a7a588e7a5e1916830732e352d4bbaeaf3e22e37e6e2fd 0.08 MB 195 197
247,494 247,494 0000000000000026ea3c0e36fddc62e1e1806f7c98b448dba75437856bfedaea 0.12 MB 256 56
247,493 247,493 000000000000009ef940a09bc4a141c8bab41aa749c4035985ffb9f8493c23f3 0.01 MB 14 0
247,492 247,492 000000000000006cac2b25b273ebe06ce85e31ac4c694aabda2961a35662f17d 0.12 MB 307 137
247,491 247,491 000000000000004af54408c07ddfe787757d1c0aaea52426c21c2e0567bec57e 0.07 MB 149 159
247,490 247,490 00000000000000088e40f7be7ccdd3b88d58faaedec4930dac77b3057e948329 0.04 MB 95 190
247,489 247,489 00000000000000771fe27e29244887c0a7292873d9a8ed0d07ad30bded65f98c 0.11 MB 264 150
247,488 247,488 000000000000001dedc15f812a7be665ae9ca30e9ff226e1705baa5c4bf58e20 0.13 MB 306 123
Previous 10 blocks ↓
Total Size: 769.64 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,652.73 GB sent, 96.05 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.