Memory Pool Memory Pool Refreshing

5,238 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (653,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,302 254,302 000000000000000e8f0680d8609039fb4561a60c55013927f7cfdc910d834dbd 0.13 MB 356 156
254,301 254,301 00000000000000346bd0b5f2046736696e8ffe69582ab0269836a49833522151 0.06 MB 163 147
254,300 254,300 0000000000000008aa752010478056c56efacb7df597b31aef6a960afca384f7 0.09 MB 210 138
254,299 254,299 0000000000000035290ac9bd56e2f9c7da91cc09c12ce3dece19547bfd4733cd 0.21 MB 503 141
254,298 254,298 0000000000000029bcde053e74607d2473ace690157580f6e23d58151dbccc21 0.15 MB 382 142
254,297 254,297 00000000000000327742784009eff596bb54edb74ba9225d3a4ed2e3526238d6 0.02 MB 46 88
254,296 254,296 0000000000000029c5b0756f159bf4aa0c4e5846ff5c92ae2107649ab548fd0c 0.43 MB 779 89
254,295 254,295 000000000000001c72e6485e16b28677c100e2ff2179dd8883b146c91549fa3f 0.07 MB 162 138
254,294 254,294 000000000000000437a024c2e5ab9dddf52880f0151f12998f8b6ddd48f90f0c 0.02 MB 47 95
254,293 254,293 000000000000003599ea7c1bd3f11b85eade7d2e2e486c2035c4e07ad00daaa3 0.03 MB 86 85
254,292 254,292 0000000000000040aaa5c76d5d3f7727483e4cad1c0fe170ab022433325ccd66 0.24 MB 613 134
254,291 254,291 000000000000003cf55c8d254fc97d2850547e5b787a936bc729497d76443a89 0.25 MB 583 114
254,290 254,290 000000000000000b21538c9f233a41febb47cc8c0462425a6ae330c8eeb4cbea 0.16 MB 372 134
254,289 254,289 000000000000000fabc54cc977a2b2feac2b4a0ca9c874d20f5859706ec07fdd 0.05 MB 117 119
254,288 254,288 00000000000000285317257ac7e0735d13bf3ecc41446c62ae275039cc3d620a 0.18 MB 411 133
254,287 254,287 00000000000000326a648d1cb1032856c0b8b4671b1f062221610486f3e62d0b 0.04 MB 132 160
254,286 254,286 00000000000000268896f77881b940f5f37a821412b5745b830a03900773ae44 0.16 MB 388 161
254,285 254,285 000000000000002376f29acd885996cdbd935cd8c5804472dd8b1079ee16dbf9 0.21 MB 540 137
254,284 254,284 0000000000000038206216eed012d4195c61b90c22ef6e4dc3d18a6f75567edf 0.09 MB 211 146
254,283 254,283 000000000000002c4c7e488b3b7fe4189322a0ffe8b9e6934de3219106543b9a 0.09 MB 182 99
254,282 254,282 000000000000001135470814e0f94ef54d1c95e1ac695243790d5f66e8b22ad7 0.21 MB 512 120
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.