Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 3,808 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (902,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,069 7,069 00000000a87ca128a42507244953ad72320da7057c73141c125cb23881ca1aec 0.00 MB 1 0
7,068 7,068 00000000a29fcd97d0214eccf8da39927b2aeb9b416cc4d7b95e01d8bfb07601 0.00 MB 1 0
7,067 7,067 00000000902b0863fcd5a38d99062a41dc18fe1403dab66eccf5a41acb331cbb 0.00 MB 1 0
7,066 7,066 00000000251d86a572ec8b8d42c0514e9391e3e4f68fce32a85c329d5c43ee2f 0.00 MB 1 0
7,065 7,065 00000000335c3f9e4bf41b2b36f62f182485ebd2db51f226c99f4ba4ddbb801e 0.00 MB 1 0
7,064 7,064 000000006ae6273972ba781ac48c4851215f77869d153517e8790e2c99196f3b 0.00 MB 1 0
7,063 7,063 00000000094c3f49eb98790a1f8ad16458dc0784ba55479f117a64a23af44c23 0.00 MB 1 0
7,062 7,062 00000000015ef6fddf58dab1ebad3012a77b970631d3054f769e078e383b9aea 0.00 MB 1 0
7,061 7,061 0000000072403eb89511c869539ccdd2178a4318bac184b7ac1c4a12d814a504 0.00 MB 1 0
7,060 7,060 00000000fad7da7fcd6c4fba6c9af640e6c62066109a9bf7e0d8c0724a1011d2 0.00 MB 1 0
7,059 7,059 000000005923cc03a2f16a6b0522ac290deb290cc13822598968159492c9d669 0.00 MB 1 0
7,058 7,058 0000000033f9151c79fa660b8d84dc8d0278509b1ce41a4257d6d5e0ec4f58b1 0.00 MB 1 0
7,057 7,057 00000000333f5127071366020e74466a47cae8ce19784dbaba976d7aa7d11819 0.00 MB 1 0
7,056 7,056 000000001b757be67a9db68ea0554bef347197dba9b98644d4bda071e055f021 0.00 MB 1 0
7,055 7,055 000000001b6ac244a631ce8e23bc0bc3fe4ef889d6f3642e53fb2a80add5169e 0.00 MB 1 0
7,054 7,054 0000000012c720c66528e7309bce4c6a282361d95c83380e296535a891307398 0.00 MB 1 0
7,053 7,053 00000000c193474e9bc3bc3c7a38deadec58c5fc45aa3fb605769b942dba0cb4 0.00 MB 1 0
7,052 7,052 000000008fb7a87bdd34eeec27ac4c2e9f92b7ed47ac512c8958eba1cc15aa99 0.00 MB 1 0
7,051 7,051 000000001abb7927ca26b78f91c85a2e4b4f76cb12ce54de7f4609c5bbc4e678 0.00 MB 1 0
7,050 7,050 000000009ceba0463e092013c13f67b899e2beecaab0a557115ec9aa12a9900b 0.00 MB 1 0
7,049 7,049 000000003fc64c60236d6a8921e7d9dffb536e78321ab37f1136667cc39a04c0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 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,917.44 GB sent, 106.21 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.