Memory Pool Memory Pool Refreshing

5,212 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,415 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (335,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
572,013 572,013 0000000000000000002a60164c32b83715b8f40b855566f31f78e791ec0105e9 1.34 MB 2,668 71
572,012 572,012 000000000000000000154c38f37086647531fd7089eedf914a91c5b41fce4e17 1.17 MB 2,675 85
572,011 572,011 0000000000000000000c986cc0e0e70deb55bde9cdea04bc943d0531e3926015 1.32 MB 2,416 58
572,010 572,010 0000000000000000002110e020919dd096e67f66c0c60fcb45730cb9990e96a2 1.41 MB 2,887 57
572,009 572,009 00000000000000000020b3892effe898224f6a0e15d4d50dc17afe11a7b53ae4 1.49 MB 2,445 68
572,008 572,008 0000000000000000002b5087dd0a2557e4d5aa7286377a3253efe8ca021a0e97 1.43 MB 2,411 70
572,007 572,007 0000000000000000000d7539987b3ad098c4b9016b75515b0e781718c9b48517 1.26 MB 2,717 74
572,006 572,006 0000000000000000000234172e5da3818b1f8bbc73b3f6d5baa5448f43f847ca 1.14 MB 3,100 112
572,005 572,005 000000000000000000288c8abb39bcc49cfda780aabcd135f46e1925d807f5ad 1.18 MB 2,372 90
572,004 572,004 00000000000000000018882bdbfbb36907f2c9df95254d3a346de548eb8f25d9 1.20 MB 2,621 49
572,003 572,003 00000000000000000013bb030da0d9093979344a6977e9ec68648a493d30ee2c 1.14 MB 2,045 37
572,002 572,002 0000000000000000001d8a8377a80c520d5b056712e7d25dfb966fabec93ad43 1.17 MB 2,301 65
572,001 572,001 00000000000000000019b00f9b7805ef111cc1412016eb381f8b288ce61df722 1.07 MB 2,393 57
572,000 572,000 000000000000000000292286e029c6d61fce7d1feffa07e810ebcd1cd4a09b26 1.28 MB 2,065 71
571,999 571,999 000000000000000000257afab62455a12e2ff999cf250216441a02d88a8c4584 1.08 MB 1,239 38
571,998 571,998 0000000000000000000c51910db9851fa01eacd1931e5fcd9e0e37e99677b4d2 1.32 MB 2,654 67
571,997 571,997 0000000000000000001dfc66635f72ac785917eb25c606052f063e28643f6761 1.25 MB 2,839 78
571,996 571,996 0000000000000000002309d0905fbb0555314a565961dc16f8d0def97ef99a5c 1.17 MB 2,791 53
571,995 571,995 00000000000000000008b0dc09e68803e3f10537bb94b6284930f9a886d5427e 1.20 MB 2,577 49
571,994 571,994 000000000000000000011388506c4c2b5864193efe17f06b4757209cc93cdd18 1.24 MB 2,296 58
571,993 571,993 000000000000000000001f1c428e63347a7fd91d59ca017e69ba3e4921305650 1.18 MB 2,728 33
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.