Memory Pool Memory Pool Refreshing

5,687 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (62,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,336 845,336 00000000000000000000bdd478789bcd768a1886bbeff6ec51f88bde335788a8 1.71 MB 3,838 12
845,335 845,335 00000000000000000000cbfa6073a16af9550db8a986b38eba236d431ce24df8 1.72 MB 6,544 7
845,334 845,334 000000000000000000025cdff6ce157a816e406049f901753b491dd82240eebc 1.63 MB 7,112 7
845,333 845,333 00000000000000000003227c7bf18d7730bcfc725d4164f3159157aee9fa190f 2.47 MB 3,571 9
845,332 845,332 0000000000000000000166073359591f348e8a8e071cea7c94610b57cf2b759e 2.28 MB 3,465 10
845,331 845,331 000000000000000000001101523e08e6a7771fcf06941381d80ef38398115fb4 1.58 MB 4,647 11
845,330 845,330 000000000000000000018d29a844fc16aefac41915f47ccbb9fae14a4c2a819a 2.02 MB 3,526 9
845,329 845,329 000000000000000000021de1f598a2e09947c5acb4d043c961ec3ad586ee5a9a 1.56 MB 4,441 14
845,328 845,328 00000000000000000000c039929492c812e405daea63ea1ac5859a12038f723f 1.69 MB 5,298 10
845,327 845,327 000000000000000000002809a84d40a4b9359e43e2c63682ed3bfea1e95ced71 1.61 MB 5,268 10
845,326 845,326 00000000000000000000a14c4204988af6b0f7027c628a8ed0e100ce6b643feb 1.56 MB 4,919 13
845,325 845,325 00000000000000000000e900c6f3434d115c43c900f22870e2ed430b91187426 1.55 MB 5,692 14
845,324 845,324 000000000000000000032c50cf35db5e92c63841503aa4ec836a05d5acabc8ed 1.49 MB 5,986 10
845,323 845,323 000000000000000000015c15a1afc4488ad6a0f027d8c9caabf1fab426bef8a9 1.52 MB 5,177 10
845,322 845,322 000000000000000000011dc28e326aa42853dcb5d8207f258c42365b5295c8aa 1.43 MB 6,420 10
845,321 845,321 00000000000000000001d6d4d2746626c763fe5e9a42b4bc0550268e74206b7e 1.58 MB 3,898 11
845,320 845,320 00000000000000000003069ea128900b4f5de3e1ab5f1aa79757f4687de4752c 1.70 MB 3,712 13
845,319 845,319 00000000000000000003128806bc2947aae9b4d083b87f031d4427a1806f9c33 1.62 MB 7,650 7
845,318 845,318 0000000000000000000018bfd34ad88ad48bf58f62fa4a67efc06898ea07ac7d 1.60 MB 7,216 8
845,317 845,317 00000000000000000000c0dfdd719731cef0aa0a1ef414c1031fafb0b96e50f3 1.56 MB 4,457 12
845,316 845,316 0000000000000000000210e2b27f113b97275c7ffa3ff83e26e5dd767c7c377c 1.75 MB 6,612 8
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.