Memory Pool Memory Pool Refreshing

4,800 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (724,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,165 183,165 00000000000004187b2085a05ceb99853c2d88460a1f626323fc75ce43d33ac4 0.00 MB 6 15
183,164 183,164 00000000000003f882e75804537ac73e194ba70803fe4ca10fa0e896f37961dc 0.00 MB 9 296
183,163 183,163 0000000000000606248af0c9a13d0c2e7c9dcdd6728a14fa9e95a49620870693 0.05 MB 93 295
183,162 183,162 000000000000099374c98ecdc0c59a13ef691df34103d723b0e3cd4794871c58 0.01 MB 36 25
183,161 183,161 00000000000005a1571c1018c9e647287d99839f893a0f9f751a43bd41125d00 0.12 MB 110 333
183,160 183,160 0000000000000a436ad34b72120e16baa2241a37913a79406080ff1053e8d912 0.21 MB 493 128
183,159 183,159 00000000000004dcc81d786f410236c47e7d808c52007006a8e9b92e451fa2d2 0.25 MB 596 150
183,158 183,158 00000000000008c04281098b183f2085eca5d2b25d98ea17801f8cc6da2da7d7 0.17 MB 346 223
183,157 183,157 0000000000000a39f0db36747e1b2c1b6cd9fcfc456b8b3d22ebc9fef12200c6 0.08 MB 175 163
183,156 183,156 000000000000059edf83232f75ee2b929944ff38b97d8b5714af1e2d31d8bfc7 0.25 MB 719 230
183,155 183,155 000000000000002ca7943292392739d27581a052166842dfae5564c28454e0ff 0.05 MB 140 187
183,154 183,154 00000000000008c8d29b3cf13c2e0a3a123683f8a9984a101c7c5ee6a256757d 0.15 MB 393 166
183,153 183,153 0000000000000045a7f86a2cd00497181905137fadabe1bc320474b929564ac1 0.05 MB 134 104
183,152 183,152 00000000000006b1bd8ec569860308d8398f352c224f0d5125ca3e8567335920 0.14 MB 326 128
183,151 183,151 0000000000000491a162a6107ab9ae6ed7cfd9ac821ea254d6aaf2c1a342142b 0.11 MB 290 147
183,150 183,150 00000000000008d4f699be4d46df576a567b653408cb694f9e08ed9864a924e7 0.14 MB 329 138
183,149 183,149 000000000000012e657206eb808a41689700f2c0b48e3649a2707c704c5c53fe 0.05 MB 120 70
183,148 183,148 00000000000000ff8c077b8c3d8c1ec64fe945cb16210346fd711ccb196214e1 0.13 MB 258 116
183,147 183,147 00000000000002dfdf12d4e28d0efdee093410a499177e8002eee9e5cf9738df 0.09 MB 180 96
183,146 183,146 00000000000007a0f9f101bbf0b1c2e9ce622ceb605383aafab9c6bdb2a5f976 0.01 MB 36 55
183,145 183,145 000000000000081c498c7d6b980f744a7c98c3754045d74a2dc912e3ceff7779 0.19 MB 406 103
Previous 10 blocks ↓
Total Size: 769.53 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.13 GB sent, 95.60 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.