Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,878 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,491 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,877 (681,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,173 226,173 000000000000003d90934d441e7556e8df92538163fac36c7014349534c23bbc 0.05 MB 129 192
226,172 226,172 00000000000001911f7cee1126e6b3e3e2ce45149c719dbe7fdbddc5edec1402 0.05 MB 88 85
226,171 226,171 0000000000000266c35b80d615a4997353fae391f361eba5093bb9bd24098ed9 0.11 MB 232 115
226,170 226,170 00000000000000a0be9d2b4aa8708773c2bcb280b4342be8b26e85b8112c8217 0.00 MB 3 60
226,169 226,169 00000000000000688f71783e3cdd62e193b7d3209adaffe80facda5c309a44b2 0.00 MB 9 30
226,168 226,168 00000000000002a2d3361948c43b75459e35d839e342b73a95dd7311fe97a832 0.00 MB 10 14
226,167 226,167 00000000000001295cee76df3b75fc977d068a4edd9c0f92b67bce1ebc96453f 0.08 MB 185 2,484
226,166 226,166 000000000000006dd076d8439a8ecc88a6d0fb051731be7d67db456f8fba95fd 0.08 MB 146 145
226,165 226,165 0000000000000228d859d53ea433f13b2e2d6d94a39c0f906e310dd3708d23da 0.03 MB 65 121
226,164 226,164 000000000000005b7e8dfa694a1a7c140533383416d2b97d78952421e5432816 0.01 MB 54 338
226,163 226,163 00000000000000675cb93f740068947e33e52a314b4cdb5fd56be387db3e0f6f 0.04 MB 64 122
226,162 226,162 00000000000000cabe8dc2273e0e4715a03240c817b496ae4d16589170c8a6fa 0.03 MB 64 102
226,161 226,161 00000000000002d4ca206772982da44d5597672665f939012eede776fee1c4b5 0.03 MB 53 105
226,160 226,160 000000000000015b536013e8f8f0d10b8fd6b97ff3c7a8dacc5db4c497dc0d67 0.08 MB 161 80
226,159 226,159 000000000000016168566c1ddcb10f228456231368546d19a7029f5c0203a8bd 0.05 MB 107 112
226,158 226,158 000000000000016164ea0f0712693bb875f21d6507c8a10512016be09c717aa8 0.06 MB 114 184
226,157 226,157 00000000000001a3db53544ebb3f4b2efa77ab347ca8327f3176727e7af3b7c9 0.00 MB 5 0
226,156 226,156 000000000000014e34ad5f33c6f58bcd06dc9f0451c6a3536ea38cced5077547 0.07 MB 147 712
226,155 226,155 0000000000000250e0f6400d498f0d8675992d1a3f66e4afb0a45e52354f9d7a 0.08 MB 128 228
226,154 226,154 000000000000035dccfdda1c0aeacce2ac8c933baa7912b79efba452d657767c 0.14 MB 320 153
226,153 226,153 00000000000001071c7a30470e2cba793179e05700cfc4df85b6f692baf8a5ae 0.02 MB 44 168
Previous 10 blocks ↓
Total Size: 769.31 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,642.83 GB sent, 94.53 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.