Memory Pool Memory Pool Refreshing

4,249 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,007 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (664,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,754 242,754 00000000000000b31c1c48b7c1829b7be828acab467ddbb3fec2549f6dc1c971 0.12 MB 45 22
242,753 242,753 0000000000000042a5e0f13ab4edd75eab064c1489ff7629c586f86478a5c52c 0.03 MB 38 126
242,752 242,752 0000000000000069fdbd1f5a030b93586942739732233b4e30ecb351367a3b1b 0.11 MB 232 146
242,751 242,751 0000000000000044ae0d5a572308438b864dc6d52f6c9da70f812f4166eac8cb 0.08 MB 256 482
242,750 242,750 00000000000000aa2437b2e20b52b1fcedf38d0398bd3c111aa3fa831fc7337b 0.01 MB 13 53
242,749 242,749 00000000000000208a33ce9287ff19ded9ac7429991576fca795adff6c262733 0.07 MB 125 222
242,748 242,748 0000000000000018258d5c24b039968798e3e849618adf2b885716f258b2f8f1 0.23 MB 533 219
242,747 242,747 00000000000000ab1885511e28ea0b6e400f96409ffef66b1d4c6967e81a7fe4 0.08 MB 134 131
242,746 242,746 0000000000000088e2546327236efdcf2b7782e08a278108dc70c4f98ab09519 0.01 MB 33 191
242,745 242,745 000000000000002779c89e8d4dc7a8b829f566db7729efaf58cfb470fc5a17df 0.19 MB 407 351
242,744 242,744 0000000000000023d3e6f8c8693f2c862f872b2a5d3fb608f895e8cf094b8ef0 0.17 MB 328 354
242,743 242,743 000000000000005142b48ec80c2462911cce9a09a717e4c11394229a53936954 0.05 MB 64 34
242,742 242,742 0000000000000021ef776887780fd4f6a3cc8d899140a4e8700c305ba802f79e 0.09 MB 247 244
242,741 242,741 000000000000008305a39a3666e24ef6fb4224fe875a1c2011e859cddf04eebf 0.07 MB 159 186
242,740 242,740 0000000000000055efd9b5edc1bc4884aab636d3d4023bed79535eeb037d83ea 0.04 MB 64 29
242,739 242,739 00000000000000c50ba36956312ec50ff06cae0df88ce02483de3fc58a9ee5e2 0.25 MB 625 211
242,738 242,738 00000000000000b5b6fe66f844a687557bda82dfa7d1e9cf74731dbeb1140be6 0.09 MB 185 137
242,737 242,737 000000000000001576e44a905fe8e6eec1efd1347e9931243d045cef74c904c0 0.11 MB 207 133
242,736 242,736 00000000000000bbc061bf8374428cb3a989c01f90c440edd00a7e57f46cedb0 0.00 MB 4 0
242,735 242,735 00000000000000a600a608e2edbfcef8120411395b2eb4874a9dae10ef6a16a6 0.14 MB 340 334
242,734 242,734 00000000000000158d8a1f108584bcd38c7fe013ed120e028f98193a0979b62d 0.00 MB 12 140
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.