Memory Pool Memory Pool Refreshing

5,300 transactions (1.70 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,128 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,486 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,127 (850,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,585 58,585 0000000006250465a39190a68a801a84a22a43977f607d7b527ea710ca89adaa 0.00 MB 2 0
58,584 58,584 00000000008890496d8d73a45419cd55ba19279d0c171afbe4e8a0f524cce9b1 0.00 MB 1 0
58,583 58,583 00000000078baf65ee27dc663972c5cd7d2da7dec385e86215e6c7725b338c0a 0.00 MB 1 0
58,582 58,582 000000000d68bdaa437a4259c8ee57eb8caa6ff39040b2f4966665ec20bb509f 0.00 MB 1 0
58,581 58,581 000000000529b65391f48113d9c3b5983db23785e3fedea5d13deeb1f4cb9229 0.00 MB 1 0
58,580 58,580 000000000da30781083d1ada5bc904c9959051293d1ce44583173109bc03e13a 0.00 MB 1 0
58,579 58,579 0000000005bb7c4cc286533430868777ab69c2912cdeb7a9431c1cf184c7ebe2 0.00 MB 5 0
58,578 58,578 000000000c5b9b51c8050d74a8bf613cb3264fa981efcfacbd911f8ee29ea292 0.00 MB 1 0
58,577 58,577 00000000076dcfd6e265f4b17789afa93b4ea390ba6654ceee758aea34829530 0.00 MB 2 0
58,576 58,576 0000000004555792c346e2d0b4d239495adde0ab79f87a3e9f107c5c64afd3c1 0.00 MB 1 0
58,575 58,575 000000000c53e9526c98fb5d136dcc3a0fbf6673ab5aa9985c4950c0729ca698 0.00 MB 1 0
58,574 58,574 000000000171ddd574b66900b51c5d392725260b6889315436ce59556d42fdbf 0.00 MB 1 0
58,573 58,573 00000000064eed3cf5adecf9022f6c476eac6094afc7fce7106b02e8bae241b3 0.00 MB 1 0
58,572 58,572 00000000045b7f3024d58dbdf7cf2f1cdbd53a3923398fba958acb5762302c52 0.00 MB 1 0
58,571 58,571 0000000004ae4201052b0430e7f5d2350298cb3926ee59415d5201b65cd7f6b7 0.00 MB 1 0
58,570 58,570 0000000005a7294dafe123f5fd5eeacc528f79ba5a1efa536d68f180c76d9c6c 0.00 MB 1 0
58,569 58,569 0000000006961d7ee3885deafde12535cd51449684614543ca112ad9435ff435 0.00 MB 1 0
58,568 58,568 00000000012ddaacd69a03f4ee2e4bf668b82f06dff4521ba37c65068b1e3463 0.00 MB 1 0
58,567 58,567 0000000006a82a32d5a758896c009518c77dcd5ae555854e013731d71e726b1a 0.00 MB 1 0
58,566 58,566 0000000008a044cea9b57eca7e1806aae2b508be7e406d3a0ce3b2365f1bf475 0.00 MB 1 0
58,565 58,565 000000000c928f1f5d7ad7ea7a892d5b455a51d1446312701b204ce23d9da0bb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.78 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,938.44 GB sent, 106.48 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.