Memory Pool Memory Pool Refreshing

9,933 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 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,649 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,688 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,648 (529,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
378,011 378,011 000000000000000000f339ecda04790601f691b66c74592144c6afc390af97a6 1.00 MB 2,765 55
378,010 378,010 0000000000000000010a7370902b431ff18036844b83e8e60b1c54033409ceff 0.95 MB 2,046 30
378,009 378,009 00000000000000000b4fa86f51712aaa99a51a43791affc56a32a4055ccf7181 0.10 MB 145 103
378,008 378,008 0000000000000000083ad03095ccfa7d5999ae763a58270a2304f1ccda45baac 1.00 MB 2,759 52
378,007 378,007 000000000000000006914c18ff01f6f28c3f40174707e2462a26b1f264660633 0.66 MB 1,299 38
378,006 378,006 000000000000000008202c227211ed8e92b8b548e4141437eaec075f1b9baf83 1.00 MB 1,716 31
378,005 378,005 000000000000000009e4d1fecd2bc72920f0809bd294456cad1f884dff710424 0.88 MB 882 19
378,004 378,004 0000000000000000053a0ba068b646719b4ab90a37780264e7d950e204271068 0.93 MB 1,448 34
378,003 378,003 00000000000000000e8f1023900d52129f43aca757359a4b90b664547549657a 0.75 MB 1,367 30
378,002 378,002 00000000000000000e077909a58c8bb58c438fd7c5a1d79ee2102cf3e8ec262c 0.95 MB 2,295 44
378,001 378,001 00000000000000000aa09631f3e8649893da2525f739b6b088c76dc8e898e4e2 0.10 MB 44 35
378,000 378,000 00000000000000000516cd5b5f4b7e528d6e61c643595cc818f1d02f53da4281 0.93 MB 1,001 25
377,999 377,999 00000000000000001042bfec50e35f20aabdbffa2b4e6292322cdc8198fe88d4 0.45 MB 883 35
377,998 377,998 00000000000000000a15c0073ab3c1f619b4720a2774c2e3eedc91720a7d4e27 0.75 MB 828 18
377,997 377,997 00000000000000000bba16b7c156f51807eb617e7b5a7ba67ecf6f0801eec210 0.91 MB 931 17
377,996 377,996 00000000000000000705bfcd061eb7b3d27fab00c5e2b68f14b4bf5f7f26fd61 0.99 MB 1,215 22
377,995 377,995 000000000000000001a4762be1ce761665a8b9d02f3b2b6c386fdf1e553c08bd 0.78 MB 1,333 34
377,994 377,994 00000000000000000d4b20ac1a99903ca3e45f0f20f02daba354660ca77996ea 0.99 MB 872 16
377,993 377,993 00000000000000000ab285c7bf6fdb72037fd5aa17ebd697e6c3bf373f750b5f 0.93 MB 1,163 33
377,992 377,992 00000000000000001120a9cbe865716a5038311c0102eb2687f27f9ac49a6879 0.95 MB 2,379 42
377,991 377,991 000000000000000000f170858d05ac58a9c55d225ee9f95f55759cbdb790366b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.89 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,590.24 GB sent, 92.18 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.