Memory Pool Memory Pool Refreshing

872 transactions (0.22 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,136 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,135 (902,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
7,043 7,043 0000000071a1fb064c6ea03c5a3e2bda8660f2c853d935c197e03f87d254b4c9 0.00 MB 1 0
7,042 7,042 0000000035ce6849182998e5c3ebca7df396885e0ea53e9bb28eafb98d5f7d9b 0.00 MB 1 0
7,041 7,041 000000000a7730e01cb8697d6ccf1ad93e235ba42e86eb467dc22a7d581e5137 0.00 MB 1 0
7,040 7,040 0000000002d7292bf3f95b1396e5ccf025e6b43c2287db8bbf3b5b2b366974b6 0.00 MB 1 0
7,039 7,039 0000000095611515a473f2c6c11b291a07846def79300a2e7dca2c487651beda 0.00 MB 1 0
7,038 7,038 0000000070cdf861aced1a06b79a4072650000d6cf4c360642ab0a5171784352 0.00 MB 1 0
7,037 7,037 00000000ba7796b119b0230c5b5d9b2f55296930ce323ecaa3ab5e8ba0c26851 0.00 MB 1 0
7,036 7,036 000000005b3f9f5a28b3a6269666a7cce802abd90fe1f6f4f3f678907b054c81 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 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,951.40 GB sent, 106.57 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.