Memory Pool Memory Pool Refreshing

2,516 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,170 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,566 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,169 (660,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
247,487 247,487 0000000000000002226bf3498019d49c3ed8ebc906f52616068276f64808127a 0.04 MB 95 181
247,486 247,486 00000000000000a35afa8bfd8d1eb5cdb05ef4e5ce27c9d6aa7d65448d6d1f1b 0.06 MB 123 110
247,485 247,485 000000000000005465d5fa94347028c307c8546713956bb369a1f0aa8c167ba8 0.09 MB 185 167
247,484 247,484 000000000000009fdb45d29a6df5f0096bfff5f4113037a25a6703881eb41991 0.01 MB 18 77
247,483 247,483 00000000000000709819d9638e664b2273743b41a65fe4eb3e30b404ee9430e0 0.06 MB 142 81
Previous 10 blocks ↓
Total Size: 769.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,681.05 GB sent, 97.22 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.