Memory Pool Memory Pool Refreshing

2,955 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,761 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (805,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,012 102,012 000000000001271dd4000cf929f0336ba3407401c898cf2d2ff5323306ef4f2a 0.00 MB 1 0
102,011 102,011 000000000000ca57fbc7dfafa9615c3180f82db076a54085ccac89d18096b55d 0.00 MB 7 0
102,010 102,010 000000000003b6c250da84fbba31177ce8062dad6e57ec025129145cdcb535b4 0.00 MB 14 0
102,009 102,009 000000000002e8a84713d0a9f0b137a71f20a4c3c7e0cd32f77230a5a53fcbfc 0.00 MB 1 0
102,008 102,008 0000000000006c462e8dabbc8a5f3b6b27d00d2c7a78cec0ab04dab821f5c17c 0.00 MB 5 0
102,007 102,007 00000000000402d2f9e4342c1cb2340eee86a832c769c3b8316b6109cb710f19 0.00 MB 5 0
102,006 102,006 0000000000026f0fa4bf01d770fbcd647c9ac87ffffff291bf9edbded8a3d119 0.00 MB 9 0
102,005 102,005 000000000002f3dad12704fba73ac67d7116d57a6f6bf6f2c17d4d34e49ac031 0.01 MB 7 0
102,004 102,004 0000000000026c6659ea18d10c6bd423000938a282470d3cca2fc6ee30e75bcf 0.00 MB 6 0
102,003 102,003 00000000000375efa4a448cfb32b46ee73a5dfb18598b94823f229cef4b30c70 0.00 MB 3 0
102,002 102,002 00000000000211cda1cc13500c85f4ccde73ff11c08e604e6e265121c2313c3f 0.00 MB 1 0
102,001 102,001 0000000000035107dce8eb675c6fa9a08c7617c109b3553ad8f208dda24065a6 0.00 MB 3 0
102,000 102,000 00000000000335c47dd6ae953912d172a4d9839355f2083165043bb6f43c2f58 0.00 MB 1 0
101,999 101,999 0000000000038b80cf5db1173e96f2290cfda12c505b0fe1bd37d6975e164a8a 0.00 MB 1 0
101,998 101,998 0000000000030c522a40397eaf099b1572d7368a31d0891f71c7222d7980dfa8 0.00 MB 2 0
101,997 101,997 0000000000038703a7ec5ef25ac27471d1db2b32e7b8d1414e078fcdc3f0abeb 0.00 MB 3 0
101,996 101,996 00000000000132b10d2d32d2fc1d8a2fc5c06c5853b330280ba703586b28a348 0.00 MB 2 0
101,995 101,995 0000000000001a2bcc2c188ea06dd5d1005304ed4b9a9b61889bb8411cd5857a 0.00 MB 6 0
101,994 101,994 0000000000021a4f5ac7463cedfc935c2f92a6e6d3c1edc7fcde053a611d14c8 0.00 MB 1 0
101,993 101,993 000000000002e1892a8c9c78dd879fb904084ecc72e1d90bf37da865bf2bc6e8 0.00 MB 6 0
101,992 101,992 0000000000025320b8369da0b1cc2bd7b54de9c67429e26bcbcaf292c85327c9 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,648.12 GB sent, 95.60 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.