Memory Pool Memory Pool Refreshing

7,883 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,087 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (696,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,254 211,254 0000000000000082d1f98777da0eb5325f062899fd035ecfee972c9ff480fe37 0.13 MB 260 171
211,253 211,253 00000000000000b0c58d647e11cdd311cbfbb7376b53ea278c1ff313863ecb1a 0.14 MB 316 160
211,252 211,252 000000000000042492d32bbb9650d4a0b84dd56e58106135a5c899846adb0dab 0.13 MB 98 82
211,251 211,251 00000000000002a9276c5eea249eb4d3eaa55c132282bd0b5bd2d1532496d002 0.04 MB 100 95
211,250 211,250 000000000000033ba383e002006053708c6fe5329d6ad001fe6f91939b736169 0.04 MB 110 123
211,249 211,249 0000000000000188a2f0971efd9d370f78c3f01d831f3210133f8e6440d4f479 0.25 MB 624 228
211,248 211,248 00000000000003fcb9667c7a5e1b899f645e373889a3e8b6dde1d4454a62e6ec 0.16 MB 416 219
211,247 211,247 000000000000021b25afa6545c6509f0eb7e90dfa708b2978c78cc34831c2058 0.03 MB 46 42
211,246 211,246 00000000000004c8bb723e0e7e2dd78fed3a1fb9a35ffe3bf63f3b9ce542f002 0.15 MB 334 188
211,245 211,245 00000000000000fd1acc5aec51b81c7fb77c72ec0d5dc9d6b5ecdf0098ebd3ca 0.02 MB 47 99
211,244 211,244 00000000000003172c75b9fede4450f2dde3d05c1b3a8c8483771cde2e90e374 0.13 MB 351 194
211,243 211,243 000000000000040415e6e290ac4e72c9c5bde631e4db6299594237c71a292c93 0.05 MB 125 164
211,242 211,242 00000000000003b531881fb861dc1727a7a463165cbfc1d71f2589bd17c076ad 0.02 MB 62 179
211,241 211,241 0000000000000346b6ff936ee86d583a30250ae51075020ccb8bb36cbd113ea1 0.04 MB 88 57
211,240 211,240 000000000000038e2db0ced8de4283ec0099f9811ea4fcf6272cd3dfccf79e5f 0.05 MB 107 133
211,239 211,239 00000000000004a7515527250ded858f8d9469d9deaa2f41ab95523bf218e71d 0.01 MB 33 87
211,238 211,238 0000000000000353c4b1a4f1351e0a752c522c1a7e799f99cbb88555dd76d752 0.05 MB 108 138
211,237 211,237 00000000000002d0a62a65b2ad4d23401f1ac771a1ad735c84d60fd9c4279ca3 0.08 MB 166 140
211,236 211,236 00000000000004689ffa6e7668097eb417a9d73cceb15914cac57b31f0d2930b 0.02 MB 56 191
211,235 211,235 000000000000036d61ce04aa06fb5985128b55f37fd4992df19e415b007807cd 0.29 MB 416 126
211,234 211,234 0000000000000032de9e27c11f333ac77dda465d59c185c90e04e3ffe3328b9e 0.02 MB 43 63
Previous 10 blocks ↓
Total Size: 769.29 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.54 GB sent, 94.40 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.