Memory Pool Memory Pool Refreshing

6,068 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,940 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (797,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
110,577 110,577 000000000000cf4f022f87697a348f4e6df63990220231e057fc5a05768fcf13 0.00 MB 2 0
110,576 110,576 0000000000000909c8083935d32d7c2302e6bf47e2a4990428480cd44db6296e 0.00 MB 5 0
110,575 110,575 000000000000929245ef880d85d41ea0cc3bdf1559e6e52a2358749305e14366 0.00 MB 1 0
110,574 110,574 000000000000dce26f3d793bd735297d787eb1a9a1828ec1098cbf01993cd14a 0.00 MB 2 3,690
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.