Memory Pool Memory Pool Refreshing

7,877 transactions (2.72 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,801 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (848,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,362 60,362 000000000d7489d709ae9d9fc437bf1c3078c3c14f106c21f233a45bc69519b5 0.00 MB 1 0
60,361 60,361 000000000eeb60968c3fa1f8e9e00c936e29425a8c180b2b9a909cdb583e9eb7 0.00 MB 1 0
60,360 60,360 00000000007ba6f6dc903253ff8b4bc1d3cc068bdef02095196c2824fbdb27f0 0.00 MB 1 0
60,359 60,359 000000000838c3a2a2c11d821f7844d0843ced8b60c2b8c65a7a42f32ebe81e5 0.00 MB 1 0
60,358 60,358 000000000c4d1e9577525353081969596e428b6733dd10f618fe97e84176baa2 0.00 MB 1 0
60,357 60,357 0000000003e2c7896688a0b3f64501a9b56f5a0474aa4e771efdc5f4086b1b63 0.00 MB 1 0
60,356 60,356 000000000afb73cef280875113347d3ec4f0351d460303b12656afa75b43bea0 0.00 MB 1 0
60,355 60,355 000000000c4eb589879fd4d31df8c01c7fe8114586de8b6fa906b922dd37a6c1 0.00 MB 1 0
60,354 60,354 000000000990b82274a24198d269284639d077fb67fe4b10d52328b1d21e77f2 0.00 MB 1 0
60,353 60,353 000000000c4aee734e7a85238b81b99ab9a368d97fe182bc5a80e85c0734c2dd 0.00 MB 1 0
60,352 60,352 000000000750df0456d662a0e144a6030cd4666986011709e2c03bf3444fd049 0.00 MB 1 0
60,351 60,351 000000000a8cca5f27eed5dea51eca04262883bb1f8b6a698adf7fb5ab89c795 0.00 MB 1 0
60,350 60,350 00000000083dd3cbec769a48b6bf147628ad45a36e8300420aa2f889b7f90bb4 0.00 MB 1 0
60,349 60,349 0000000006eb45d322ec774bf14b710f55f286e98a42b1b9c6c12e036fb8b74a 0.00 MB 1 0
60,348 60,348 000000000c115605b08b324d90a1cdbe0b08b0c90e87e6e50d311f9ab3a4a379 0.00 MB 1 0
60,347 60,347 0000000004790c2f4a8e4707e54db50dba8683a44f8a63fad76344def71f4757 0.00 MB 1 0
60,346 60,346 0000000000d84fa3fc5c776b0fe0b17286bf45df587477c6c808078edbc5e6d0 0.00 MB 1 0
60,345 60,345 0000000008cf5aef83d170cf4002859a111709b45b057f774e94dd351530fd86 0.00 MB 1 0
60,344 60,344 000000000bbae13af6fc13718df342894b53c50f31cf88e8c023491c63f2c7e2 0.00 MB 1 0
60,343 60,343 000000000b4fd3bd1a79e46cfc50c012335ae61c7dd62a8b2cd6b0b69d0e7045 0.00 MB 1 0
60,342 60,342 0000000008077c9a96cbfa198af47ef06a17a2c5d2d87878a8aae81ed6299020 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.92 GB sent, 102.79 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.