Memory Pool Memory Pool Refreshing

3,502 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,777 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,732 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,776 (704,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,369 203,369 00000000000000c1b94e16624855ac2cad25db307b860bf68fad5e3c3b21b406 0.16 MB 373 146
203,368 203,368 000000000000045562b80d636f8e0b494f77c464f5f347b559a68a44bbd1095d 0.00 MB 5 61
203,367 203,367 00000000000001ebe504e4855a8c4b5e177d3e1c1a9e7e157f2e812a57b32cea 0.03 MB 114 17
203,366 203,366 00000000000004eb7b837f79f3866d27b5fde4559143e5bac89e2acfcd2c4a00 0.20 MB 428 136
203,365 203,365 0000000000000494beefca00941330271a3bf4acd973038ea0ebbfd8f3677db1 0.04 MB 125 142
203,364 203,364 0000000000000052bc3cef95af195f4e7b11a3c5d0257c19b1dcb00f33a8b616 0.01 MB 43 146
203,363 203,363 00000000000004118605a4035cfbc6194580326ee82627dcece66a2be99919d3 0.05 MB 141 54
203,362 203,362 00000000000003199461b803aa4f1c1d5ead380408551f5ee5a3b81b5b69e25c 0.00 MB 17 98
203,361 203,361 00000000000003fdb86b8ba54baf4b03984e2fcbd3a0352364bf1fb76d76c8c3 0.08 MB 94 76
203,360 203,360 00000000000001da045c251bf8be147ab7c7e5cf113784c70531e356e020006c 0.02 MB 47 68
203,359 203,359 000000000000006d452b060780d8d8e4e3761497650963906d4e765e6dfb8dea 0.08 MB 90 81
203,358 203,358 0000000000000236706a8496809342e8b8a83f1d3d508df2e8ad6edc203e00cf 0.05 MB 68 42
203,357 203,357 00000000000002fbc8142ea7eb807e1cc5dfe6ceff9c41ad0880bee2a9827ec3 0.18 MB 465 155
203,356 203,356 0000000000000102696091ccba29e07acfda23b39f2b53e9457b4f1f6a5ee593 0.00 MB 9 0
203,355 203,355 00000000000003dc7b8e7241e0b06f7ec040ff2349dfe5e119c53421fabd49df 0.02 MB 39 95
203,354 203,354 0000000000000365a4483d230f439f104c183d28e33fd3ba90bacd1bc1daf3ce 0.00 MB 18 128
203,353 203,353 000000000000045537d09a223672386fa13fb651b44bf21d07e63cdfa84765d9 0.05 MB 121 114
203,352 203,352 00000000000002c1fc5e3adf5352b71ffc129d765ebb9914126d5f60b478a096 0.10 MB 159 113
203,351 203,351 00000000000004a2a531f5e619122134dd93e4e65093f32cffffdc08e0041f1f 0.00 MB 13 27
203,350 203,350 0000000000000033034cc267a686425470d19bb13f629eaaec33eb1feb682924 0.05 MB 127 281
203,349 203,349 000000000000028107507cf217e510505016a60fa3d6a2362b25e5d68a616bf8 0.08 MB 149 116
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.