Memory Pool Memory Pool Refreshing

278 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 266 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (670,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,253 237,253 00000000000000a5c90a05c6be664224fd6131bc63ff29c11301b5489ea2daa9 0.12 MB 148 83
237,252 237,252 000000000000006fafca2ce56292d3fa8c6a118c7901049b1c004dc90f8572db 0.08 MB 199 116
237,251 237,251 000000000000016e286e585791f99acc7c8715914ff97a6d64abb828ae0cd0b3 0.25 MB 477 152
237,250 237,250 00000000000000a0879846c3b2a479e0c1d649c077af455a53b71a17ecb517a1 0.25 MB 652 207
237,249 237,249 000000000000014631f8ee6f957b40f1f90cd2ce12a5cc595b967bc2db9e5367 0.06 MB 110 74
237,248 237,248 00000000000000c93ee6222382f3d241f600a697c464f98dcc824645fd33439d 0.14 MB 292 168
237,247 237,247 000000000000016debf7dc5bbe485cfd67a4c5648294c66504b9ba37e3786ad9 0.17 MB 197 67
237,246 237,246 000000000000017d7fbd240a47bc8d84a4af0c22ecb0b281e52d29d0ea7fd799 0.25 MB 550 152
237,245 237,245 000000000000002c481afec686021ac808635cc8de53a50bcb5991bf211643a4 0.25 MB 201 69
237,244 237,244 00000000000001597b381c7d8eb98b591411606e720ff793ecf30d507c109218 0.25 MB 280 83
237,243 237,243 00000000000000b14497670d230ec6d1920eed4145f1dbebc561b5387d2c1733 0.25 MB 549 181
237,242 237,242 00000000000000ca046c74102e1a25ec11f68cd77cb01015034e9e431b3169aa 0.47 MB 1,205 235
237,241 237,241 00000000000000d75749b319fcefadf61d2b68610da97237453e521c2b4d823b 0.01 MB 20 315
237,240 237,240 00000000000000df287ea6c05a2ceed8c3e30a8529fa9a290fef949eb33c9031 0.35 MB 663 139
237,239 237,239 000000000000008acd7908ec7939ff09cc339ae9d18441734bb0fc1af666752e 0.47 MB 603 100
237,238 237,238 000000000000001e4db8d5fd3a998a90a76a14573259c329fe3928c12580f0d7 0.40 MB 1,051 185
237,237 237,237 0000000000000120b2e394e54102408bb658dc459e79730997f95d91bc7c8b95 0.25 MB 885 299
237,236 237,236 00000000000000c5b19bcbf16e6837cd47ed9069d1100a29446251e1ed06da50 0.07 MB 88 70
237,235 237,235 000000000000006071138b7d8c9a9b2117210f225d5ea55e511b182bbec4e677 0.47 MB 1,152 991
237,234 237,234 00000000000000fa1a3b573a706604a15a37616a8d76356f42608b15e9347c2e 0.05 MB 121 99
237,233 237,233 000000000000004d0b021c4c7272a5346de30346bc4311040854f469de354729 0.09 MB 185 144
Previous 10 blocks ↓
Total Size: 769.10 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,628.83 GB sent, 93.39 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.