Memory Pool Memory Pool Refreshing

3,527 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,774 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (272,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
635,089 635,089 000000000000000000056e30d1e626907dab1a3dbaa5a9aefd2c56dae1e2227f 1.31 MB 2,231 42
635,088 635,088 000000000000000000049d315251a11599e56992b320bff20aa05f0057d611a1 1.28 MB 1,775 40
635,087 635,087 0000000000000000000e7fc7e9117e338e7260977a667d4262ab8efe00b2cc14 1.38 MB 2,357 45
635,086 635,086 0000000000000000000b0b52d2a8e0223b17790483a8628b189c89625a21ad8c 1.25 MB 2,945 51
635,085 635,085 000000000000000000031698151d65ae8105d2093ba892ad8b3f01245a296d98 1.37 MB 2,814 48
635,084 635,084 0000000000000000000b6162b843169b4c3834187f86fbbe3decb64b0f525ca3 1.31 MB 2,551 42
635,083 635,083 0000000000000000000c2e58ea3dacc8b3e960aa3c9ec98fb9a1c388c28a856f 1.22 MB 2,705 30
635,082 635,082 000000000000000000028986402f37e0efef67bbd93f879092597ea63b4f81d0 1.36 MB 2,669 36
635,081 635,081 0000000000000000000c10eec047824a50e58930a6ba2a8c6c6a857c9ed09438 1.32 MB 2,625 50
635,080 635,080 0000000000000000000441ddb5384a3c6972d27f209df19870ad893000d8eb2d 1.34 MB 2,587 48
635,079 635,079 0000000000000000000d3820012247ad1775793238efaff08dfe9b21b0e62fd2 1.35 MB 2,991 53
635,078 635,078 00000000000000000008e0d1bfec478fd226026a39ca50b318586aa2bf91ca4c 1.11 MB 3,109 31
635,077 635,077 000000000000000000067dba714e87293db53aa399e60072466f75978bbeb0a4 1.12 MB 2,609 37
635,076 635,076 0000000000000000000eb76522b4229a1cd5643e656ab91f04694e85b68b0d6e 1.23 MB 3,086 38
635,075 635,075 0000000000000000000e9dd053928b92bb52e5b1581c401de6f6b3160681cf2d 1.36 MB 3,068 42
635,074 635,074 0000000000000000000665a6f465f4d91d8d7f057dec04353f9838698bc7fa54 1.41 MB 2,754 44
635,073 635,073 000000000000000000065965d68a5b9bfbd4f57fdfb83e9c1fed8049263588b5 1.23 MB 3,324 65
635,072 635,072 0000000000000000000fce2fefcfaab1aafde8615c036e1599a159890f1cbaaa 1.29 MB 2,407 47
635,071 635,071 0000000000000000000019bbfbb6245bc3d6806e0de9e1a31210a1a829ed13d5 1.26 MB 2,542 39
635,070 635,070 0000000000000000000e693f3ca892c509af397f9a40ed86e184e22f2b2fe3c2 1.27 MB 2,899 40
635,069 635,069 000000000000000000083451984b35202688322d8faab8f2bb3297c29c88e205 1.34 MB 2,786 47
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.