Memory Pool Memory Pool Refreshing

1,223 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,043 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 1,223 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,042 (797,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,598 110,598 00000000000174f03f619a2d3a1ac9aec02357405dbd730abbfcd7d292ff1d1d 0.00 MB 11 0
110,597 110,597 000000000000cc6c2720396be069e54be37d03f83c77f5d9b1a759375f5ade91 0.00 MB 12 0
110,596 110,596 00000000000139e48d6a32543373a185750ad43345c7f32c64229b0c38ce3719 0.00 MB 19 0
110,595 110,595 0000000000016a543bf5ab4a3ee489342ee9a421542364e9074b76d3d15addd1 0.00 MB 6 0
110,594 110,594 0000000000019ce7064c02db09d01dce04ef7b10e66df604fb6d73ae5b2a860d 0.00 MB 6 0
110,593 110,593 0000000000005d6d401ba5fa50a1149da1ff0404df39c73cc2454ada8307702a 0.00 MB 2 0
110,592 110,592 0000000000013c01dfb0e872a500aa16eb0eed3bc70ce2b87a815898f9d48b13 0.00 MB 7 0
110,591 110,591 0000000000008ca04f33dae714f65053aecbd142cd6e8003dea474091721eaf1 0.00 MB 6 0
110,590 110,590 00000000000008a48587e3b6fc6d94f81c04921d230a7b4f0396080bcaf3dc28 0.00 MB 1 0
110,589 110,589 00000000000092e513d7fb818f23c25f33f8b34d4ae691a4ddb92602006a625d 0.00 MB 10 0
110,588 110,588 00000000000149910efade3a73829920e5c4d014f5f18f5e8cb93d42127d5297 0.00 MB 13 0
110,587 110,587 00000000000082c866b1bf623f0935245e065c3af938929a06fd22c8ca2ccdce 0.00 MB 13 0
110,586 110,586 000000000001b8f953bc41e42788863a179c19f7ec8b6d3572a82f618b32b4b3 0.02 MB 10 0
110,585 110,585 0000000000007f9519477054ad8b72348b6393ad6baa90024f5f69ae5781cb26 0.00 MB 18 0
110,584 110,584 00000000000173271716db343dbcfaceda543fa58ba014f26c8fb7c73d2270f1 0.00 MB 11 340
110,583 110,583 00000000000197d71aaf1162f656edf54e42f759d87d66f67b1696eeb4618f41 0.00 MB 2 0
110,582 110,582 000000000000b834776c6767eb88aa264050a21c86b7bf99ab9a42f83b56cb64 0.00 MB 2 0
110,581 110,581 00000000000037008a03374985a463668c66131113d0ad81e131f81b2b19abbe 0.00 MB 3 0
110,580 110,580 0000000000007fc3b5d30d5281ce50f11f9a1d2a7cee764e5637a6d4184bb9ba 0.00 MB 1 0
110,579 110,579 0000000000005cdb069fbad37accf445c437381c2a51556375fd8a2fe0f76051 0.00 MB 4 0
110,578 110,578 00000000000124f0539eecb27c9c5c0ec1853d7f636e5883fea7f0e1e4cb2a4c 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.62 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,652.16 GB sent, 95.98 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.