Memory Pool Memory Pool Refreshing

6,384 transactions (2.02 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,063 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,766 (888,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,039 20,039 000000001baa74d8a28185fa1efe7e880b38082b2796fdeb64cf90ea1463701b 0.00 MB 1 0
20,038 20,038 0000000048446600131aab365092708786bd9a3c034aaac2b5feab40ee499997 0.00 MB 1 0
20,037 20,037 00000000d84b39383a82775987acc540d39f5f4a32efa0ae46cc33699c2ea515 0.00 MB 1 0
20,036 20,036 0000000037b4ad79e5df724243fd33b3d785c4c04d21bfeecf90032292c44c19 0.00 MB 1 0
20,035 20,035 00000000ed5aba47fa5babc4b22050ab5fceb62501316a264b0c84e6f400772b 0.00 MB 1 0
20,034 20,034 000000002c68aa43a7d8385b54bc36a990a62517e78795f5d3d329c719696fc9 0.00 MB 1 0
20,033 20,033 00000000138adc3ea56960cb3751107981f19d3f6365d3d5e1110164afa53f5b 0.00 MB 1 0
20,032 20,032 00000000e89260fcf43ae9fe7b4f9b72d29db30bb65e8a379555c3b82ba65bff 0.00 MB 1 0
20,031 20,031 000000009dccc662c37d2ab7f041976c7ab02488efc763dc6cf36597224cde93 0.00 MB 1 0
20,030 20,030 000000000301aa9b0b0b22d392cd1e5f84ad729c814c7250d760298d00f708d3 0.00 MB 1 0
20,029 20,029 00000000d08cdfd39dbcfb21c3666eb94be307e50718eace6f8fff8c855d2511 0.00 MB 1 0
20,028 20,028 00000000c9eb43f2bb0c9fd8bfe0c3ac4fec775c70afc73e65066b1acce2e827 0.00 MB 1 0
20,027 20,027 00000000787c60ff887a0cdc09950f92e2704730e80fd37e7e414b6c489c0c94 0.00 MB 1 0
20,026 20,026 00000000ff31cd6f441a67acb00759ab7b3abb36b45f5485ab3515747e92c94d 0.00 MB 1 0
20,025 20,025 0000000010577196d7be40a706ae618e5105cee16b8ceccb37f51f65d85c0292 0.00 MB 1 0
20,024 20,024 0000000072104244ab64f0a3a3bb918ffea3704433da7a40a810067d1beefe20 0.00 MB 1 0
20,023 20,023 00000000a160d1befcf1f03769e6ceaaaefee43c11778d45984f3f22c7ab4913 0.00 MB 1 0
20,022 20,022 00000000d4dd87be8e30d9ca2b9b5a5be61d3b5347d25eb05019d39657f07944 0.00 MB 1 0
20,021 20,021 000000005ddd04711a907e50fe57fecb9f572cd7995ee8409651ab5ca000cf7e 0.00 MB 1 0
20,020 20,020 00000000ef914cdb2c3f970c1771b23164886b0f1ff3b9c7b5d64dec9d52acb2 0.00 MB 1 0
20,019 20,019 000000003aebbca5f2ffad6a023aa7c45606d1650054235eaec321262f1db652 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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.53 GB sent, 102.63 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.