Memory Pool Memory Pool Refreshing

578 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 578 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,265 908,265 0000000000000000000162cb757efc51d5a0c88f01c165067487c4d381e2d0b5 2.69 MB 2,171 2
908,264 908,264 00000000000000000000defd278b8fbca81ed93627074d426daf25f50d1b9a80 3.16 MB 1,347 1
908,263 908,263 00000000000000000000dbe7403045bcadbe8333dccdbef9e7ecbe5efa67770f 1.56 MB 3,797 4
908,262 908,262 000000000000000000021ae17b359441b4fec32883b1464ee9c182cb9a643190 2.42 MB 1,978 1
908,261 908,261 000000000000000000015375e191d5dbfee7b92b14b747cddb7d38238dc1f9f7 1.73 MB 2,630 2
908,260 908,260 0000000000000000000147e83b6e253b41534a995666f97b3ecd5144dfcef080 1.59 MB 3,837 5
908,259 908,259 0000000000000000000132f8b75a28a95e401c168bc203cd330a4f6be628fd76 1.52 MB 3,693 4
908,258 908,258 00000000000000000000276b986700f8a7912ccbe2967cf30ef508be5247c815 3.65 MB 189 1
908,257 908,257 0000000000000000000102e2fa2b1ac224a4f414a77b9b5c1c8ed2b83cdc320c 3.19 MB 1,482 1
908,256 908,256 0000000000000000000189a29fa9959ae64d358f355b00e4e20f5550c2bb7891 1.78 MB 3,408 3
908,255 908,255 000000000000000000011a158e99d92c6722a041ee950f732168a5193b4a9dbd 2.96 MB 1,287 1
908,254 908,254 000000000000000000015ced4a6c277229ffd82726f13780d30c0f8fb2cd2337 2.13 MB 2,475 2
908,253 908,253 0000000000000000000110087a15184abe3cd2f2dda165fbe101ba7fa7196598 3.84 MB 258 1
908,252 908,252 000000000000000000001f9dcff259efc3368f44236153c3dd9e1ec65af0715a 2.62 MB 1,823 1
908,251 908,251 00000000000000000000a9611964709bb6a8526906591a9b70ef4cca54fa1cfd 1.61 MB 2,985 3
908,250 908,250 000000000000000000021fce722314311c1833e341ac3e8d7dce177403750c83 1.62 MB 2,793 2
908,249 908,249 000000000000000000020812cd259135e23197db454804dc0214e57d5e43dd68 1.79 MB 2,558 3
908,248 908,248 00000000000000000000a57ecd46ee0f660ecbe29b97b0976e5bb616fae705fa 1.34 MB 1,623 2
908,247 908,247 0000000000000000000048bda44ca1eaa66d838784771e10e54efe0d4fd4b77c 1.64 MB 3,125 4
908,246 908,246 00000000000000000000f4543c2fdbab3f70578016579637895b69307cb1bb58 1.60 MB 3,292 3
908,245 908,245 00000000000000000000cf78bc54ecc2a1f1b112646052432c3f6e51368f286e 1.53 MB 3,268 6
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.