Memory Pool Memory Pool Refreshing

1,221 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,934 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,204 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (729,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,742 178,742 00000000000008a5da22f1fcfd050ffb661d390b5a0b224d447e00bfd0891dab 0.06 MB 147 183
178,741 178,741 0000000000000458b36f76c47fbc4f0e2d4ee3c4ff06c212c7e11cd4f261a64e 0.02 MB 56 85
178,740 178,740 0000000000000585112f99684dad26673530aaf5aab260fa2a1114a73676f8fe 0.02 MB 26 80
178,739 178,739 000000000000067bd597ebed637d06033b4db3c8cca68eee7933d9b5fcb8c83a 0.11 MB 244 119
178,738 178,738 0000000000000824b0fe82181f0bcbb3addfb00f3620e81e5ced71ea4eb918ec 0.10 MB 237 138
178,737 178,737 000000000000034d7970df34b168045ba274b198d491ca70ccfabb3bf3de7077 0.00 MB 12 105
178,736 178,736 000000000000094c836dee3ec2375b408dcd856074e06f3939e6932f4385c23d 0.05 MB 104 219
178,735 178,735 00000000000001161ce38d63bea04f25012eafae69bc530dafc4860fd0d8c464 0.02 MB 49 71
178,734 178,734 00000000000003e2dd5c9241b3e60af2acaf0cf669d0e68700940172e8f2bf6f 0.07 MB 171 125
178,733 178,733 000000000000000e74e6fe6cd2820bcb06bb556fc22f1ce3e6f8e1c5f066d427 0.09 MB 235 124
178,732 178,732 00000000000003fd0ee83da58459ee26c20d65c7cff0543725fda2fb71616576 0.04 MB 54 178
178,731 178,731 00000000000001d20c09b46bf416d03a4b648a4285962907a5c5cb7c9447c2af 0.09 MB 240 179
178,730 178,730 0000000000000a49db7e530aba30fa10ed9fea7920b1ae72e06ffa6f0dec9d5f 0.03 MB 68 100
178,729 178,729 00000000000007394fd3142914a60cb4234ef753bdf5b4829fc9e1e3db179558 0.05 MB 138 138
178,728 178,728 00000000000007be986ccc3f35877303be23bc0050b431974509d836b3d45b03 0.01 MB 29 9
178,727 178,727 000000000000026c081e038a3707213dcde5edfd267b2cd7d2f8a810a526fc30 0.07 MB 165 104
178,726 178,726 00000000000007916e6f10861fa308dc83292c2e0de27faaf657ca3a499cdd02 0.01 MB 19 177
178,725 178,725 00000000000005f6dafc072482f4ba47840d04c8beea145731b7201951da9c32 0.01 MB 18 250
178,724 178,724 0000000000000301e34dbe238e67e9f8eda98dfb86a67dc2e8338aba7b86ab2c 0.01 MB 20 261
178,723 178,723 000000000000092cf745ee30301ae1c41c52a48e879dc8087dd3a687f63275a2 0.03 MB 34 75
178,722 178,722 0000000000000b11c5e3f21825e6345917cf6a235e7fd4b248def825df7e75ce 0.00 MB 9 91
Previous 10 blocks ↓
Total Size: 769.42 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,645.15 GB sent, 95.03 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.