Memory Pool Memory Pool Refreshing

5,981 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,772 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (830,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,077 78,077 000000000012b97222f8e7cd63e85afe073f203f5817ae43e8bf0a594ae3bbbc 0.00 MB 2 0
78,076 78,076 0000000000660738e5915fdf032b48f1593f5ac4cee144762416d423c4d079ee 0.00 MB 1 0
78,075 78,075 00000000004c90b2732bc3424e1654bf72fadc571f577d0d650161b346144e12 0.00 MB 3 0
78,074 78,074 000000000045f2a5a79b803bff2ee2ffcc9d8453f70fd446eed35cbfe3134d8c 0.00 MB 1 0
78,073 78,073 00000000000baa69235db7f77555014760bf1b10e8e7dc5c6e17d6479cc8afba 0.00 MB 1 0
78,072 78,072 00000000002a6263d67583ede89971539fb7521b26dad5eaa0eac5c0ee90d9e5 0.00 MB 2 0
78,071 78,071 000000000060729b84ebef0bfa9e33c64874de3157b6d43c979cf33b65c05893 0.00 MB 3 0
78,070 78,070 00000000000fa7847cb456c44a914d323c21699b26b75bb662ca94408dc15d67 0.00 MB 1 0
78,069 78,069 0000000000132fcbff9c8f54e8609bd805859479e390708ca21df9206dfdedeb 0.00 MB 9 0
78,068 78,068 0000000000450c2159b7b1dca5f92cf31693f169ae5b6b792349cb44637a3904 0.00 MB 1 0
78,067 78,067 00000000006255346c9181d6b2f92e360253315f56e7d7aea07cd202b5afa567 0.00 MB 3 0
78,066 78,066 000000000037c8068b7a93d9a14b3b602e300ed4be9f631823232643d72d0c7d 0.00 MB 2 0
78,065 78,065 0000000000535ff1007181a23b4c04d36ee210c72605b88db08bc0796b2ed01d 0.00 MB 2 0
78,064 78,064 000000000036725823c8a92d5e0dc9d27a3e61b9bbf358a8293e08b0024c2245 0.00 MB 1 0
78,063 78,063 000000000038c3b8d0eb348e72f6938b23f20d77fbe0c811824d126d914a4b42 0.00 MB 1 0
78,062 78,062 000000000067568549c5b3b9011c2429527fdc17dd2925285fbd89616220b43f 0.00 MB 2 0
78,061 78,061 00000000002e737f4022e551e6821c63a113c3a441944d772837a965c817fb03 0.00 MB 6 0
78,060 78,060 000000000025af648825c90b521eb86290a36d756a9f0f89b6a48858712849a9 0.00 MB 1 0
78,059 78,059 0000000000515d3fb6d9e4b23a7cbe481a20f80261a3975faa9d0ffcd693ccb7 0.00 MB 2 0
78,058 78,058 000000000040bf47e9a431cc7e1119cdeb0ad02b6415b58c367e289e8321fa76 0.00 MB 1 0
78,057 78,057 000000000020f55e71ef5db092a23a8507b90478f85b04b45463da651d0c0014 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.