Memory Pool Memory Pool Refreshing

2,265 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (808,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,192 100,192 000000000000ef91c5d553cf30048e00d3f0e0d21f14b902d086fe3a1d3ac0e3 0.00 MB 2 0
100,191 100,191 000000000001c209e2f5a7e13af943cc3176445c68b8a364b1e63ac91f0a5d1a 0.00 MB 3 0
100,190 100,190 0000000000028745a5071cc0363df1a91960256f0dab1cfc434ce48dd9d0eb00 0.00 MB 1 0
100,189 100,189 000000000002b92298884146ef52d02fcaabdc4d1bddac0f610463761ec578b0 0.00 MB 5 0
100,188 100,188 000000000001b55cc46546ce9d2cd24a478aeda552b10b6b9492f5f644beb256 0.00 MB 10 0
100,187 100,187 000000000003ce9d86e929832601a9a7fe33ab4f177f718ab3e446ce6e071443 0.00 MB 12 0
100,186 100,186 000000000003c333625157e4898b096855d5750073ff2b520db8d2d22fbd4098 0.01 MB 15 0
100,185 100,185 00000000000467e717a1d78057b04d7d7f4e22728961e81d2429f148e9668f1a 0.00 MB 2 0
100,184 100,184 0000000000000db7caed4b9b1f91136c2907ef244e1672a63828079c84c3bb2f 0.00 MB 4 896
100,183 100,183 0000000000035205648204fe6b354c1ed61fccd60ae236264759d6b33d482815 0.00 MB 8 0
100,182 100,182 000000000000d8bab4a8e63798dc85f85080b33e9f5d9de457045f0899d3134f 0.00 MB 4 0
100,181 100,181 000000000000a1c10eb6c01eac15a4a1fbacff571b3e18d8263e94dc338d3199 0.00 MB 4 0
100,180 100,180 00000000000222727721059aa856d5f428494b40e86ce8fd987169f7f1ccaad3 0.00 MB 4 0
100,179 100,179 000000000002de3a23e63050775e30149d0e3fc4169272544691a645151d0168 0.00 MB 1 0
100,178 100,178 000000000001c19879b764d2eaf74238bb310d8485192a14449bba441f36b093 0.00 MB 1 0
100,177 100,177 000000000001bf2d5d7fc8f128fd9b8b22249b57e8a4f890537e05e6ba353f0a 0.00 MB 2 0
100,176 100,176 000000000000551c1c1022e4f0386cef45f035142b7fd562bdebc9339e05b3f8 0.00 MB 2 0
100,175 100,175 0000000000015e79bb52baaf88d1bc2be628f21cede405c62945e26720f36e04 0.00 MB 1 0
100,174 100,174 000000000000b683a5166e21fb4c1d1283bd086e11340635e1f17845a27d34c1 0.00 MB 5 0
100,173 100,173 00000000000472a145986f16a1c82315d35335bc8195c5a222ff55922cc042d3 0.00 MB 12 0
100,172 100,172 000000000002e267926d9270b72946545c61678d1b744fe15f2ad719d97da86c 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.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,776.97 GB sent, 99.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.