Memory Pool Memory Pool Refreshing

3,451 transactions (0.91 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.91 vMB 3,451 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (902,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
7,048 7,048 00000000cf0e9000778f9af0929ab6410aa02904e078ffe9eb14610ec8b4b2ea 0.00 MB 1 0
7,047 7,047 00000000aaa4bb5f000426e08ad6109cac943d3e15c62637869058a97b63962c 0.00 MB 1 0
7,046 7,046 000000004f012d3deeb53ea9bad75ac1b9d421522c4bcb84f41c4429265594b4 0.00 MB 1 0
7,045 7,045 00000000a72d798b3fbeaf6eb83b4bdbc340a61e41f5db02c53e2e8903822f6b 0.00 MB 1 0
7,044 7,044 00000000d72e6a08414c439b5fa6617dd9528202a586fa252bf9e32733d6843f 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.28 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.