Memory Pool Memory Pool Refreshing

8,247 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,930 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (452,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
455,181 455,181 0000000000000000010e7422fb410af7a11ece62d48d543b21f0ec0019b464ac 1.00 MB 2,446 154
455,180 455,180 0000000000000000024c5c365d808a6595ab9893be61d2f82c4e53855f35cb73 1.00 MB 2,611 98
455,179 455,179 000000000000000001a4c74570896992ec2d050d762de4b2ae50ac1b3ab37d53 1.00 MB 2,091 177
455,178 455,178 0000000000000000024d69847e240b8653a0742f53eb967551cc0bb3de614295 0.00 MB 1 0
455,177 455,177 000000000000000001ef816a8a7d9227add5b19431b5531226215545b42d339e 1.00 MB 2,487 160
455,176 455,176 0000000000000000014c3bc879dffecedfabeb7c076d5732e1383b846f1ea1fc 1.00 MB 1,901 134
455,175 455,175 0000000000000000002d25a2dc326a30c610da01b92608da8d32e258fb9ad908 1.00 MB 2,351 163
455,174 455,174 000000000000000001b0d2ebc36b8b6d002cd749a6c047a9c63514abab76a0d6 1.00 MB 2,041 165
455,173 455,173 00000000000000000139fdaea3cd3a5776d31f14bd3045790ace0e261de2b72c 1.00 MB 1,734 146
455,172 455,172 0000000000000000013332f3ad5c0b3311392a2d48449d560eed01ba23174d48 1.00 MB 2,237 161
455,171 455,171 000000000000000000e5991ab2c61781cf4bf3652bb80a3c2cae65f0892af90c 0.37 MB 979 185
455,170 455,170 0000000000000000003f04f230b17e0c21fd041d7726b207d2422b57dad23f20 1.00 MB 2,120 166
455,169 455,169 000000000000000000391716c28952af84ee381fbc365284bd57422486e7efd3 1.00 MB 2,146 178
455,168 455,168 000000000000000000395fa3fa8a1adb6b63f0cd9d5c7cdb1d2c06a0ee631dc4 1.00 MB 2,140 190
455,167 455,167 000000000000000001e38ccc2dd67855e390f87ebcfd2f43967ada51c54be5b9 1.00 MB 2,215 181
455,166 455,166 00000000000000000073328318f607487eeec28b674e93e523dd2cf9dacc655e 1.00 MB 2,458 139
455,165 455,165 000000000000000001a9b28feb78ad91c45b55368ac5247c3a450078647e7911 1.00 MB 2,106 167
455,164 455,164 0000000000000000002b2c1208a32e9820e4b7cdd4f5539bab233c1345e915cc 1.00 MB 2,187 177
455,163 455,163 000000000000000001b385a6d6cc1ac5c3175b2b2611033a13f68670f72cff4c 1.00 MB 2,048 181
455,162 455,162 0000000000000000020611c43eecdf8c34433af8840a8444bdf5f46576ebfb66 1.00 MB 2,592 92
455,161 455,161 000000000000000001b4bea1fdc7fdc0df119a5cdb52e88f914f90a505f89436 1.00 MB 2,181 161
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.60 GB sent, 94.35 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.