Memory Pool Memory Pool Refreshing

6,651 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
2 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,145 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (650,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,301 257,301 000000000000002da8fe96537e4de2b05427317f6ef3d04772d82793929cc1cc 0.06 MB 135 110
257,300 257,300 0000000000000004fc4db38cbbb5157b5872a1d364e01242a6518e4c3d43041d 0.03 MB 80 32
257,299 257,299 0000000000000002359ede2bcae71a7bbdb9e265f18f0e399a5721522230d50d 0.10 MB 216 150
257,298 257,298 0000000000000003adeb04717f940412d0436a9d0fd969882a34cf2b0e95174f 0.17 MB 387 86
257,297 257,297 00000000000000204cf85b7260dc4709640564da92ec558a08473a07153d0e19 0.32 MB 262 39
257,296 257,296 000000000000002442bd25d9127408da6aa1289b21c21b6a6f1b73c869d901e5 0.24 MB 509 653
257,295 257,295 000000000000001252e061dfc6c0daf2e620e6cf4ebcbdc128437acc57445867 0.25 MB 673 137
257,294 257,294 000000000000002ad8497bc6c0c26693f6184b066e81e04f848c4d6296f59f7f 0.25 MB 572 103
257,293 257,293 0000000000000025bad116427877c09cc745103af0cc26db07d82563ee868d9b 0.02 MB 64 82
257,292 257,292 0000000000000002562d577def240998f9899829388e0fe5f51392a9e45eaf7d 0.13 MB 289 95
257,291 257,291 00000000000000259a98cbe294259106b3c07d8b821756d671c0daf05b524b14 0.16 MB 389 87
257,290 257,290 0000000000000015a88d812a0fe652599db188bc44ac2dc81cc44e5a98d4add2 0.02 MB 49 94
257,289 257,289 00000000000000155ffb80078c02287ddf57f1b78030b0d0e3b10f45c3cd30c9 0.03 MB 76 84
257,288 257,288 0000000000000009a3e21b591033af6d2f68fb15bd33e7095335a10251d46e28 0.08 MB 180 125
257,287 257,287 000000000000000c51e3f325108b96b9b46f9a1bc2aaf02a1b6f1f07c1e25d68 0.05 MB 119 90
257,286 257,286 0000000000000017b7ffc6000b36f488f95645a003f62d22b1e48c445ec697ce 0.05 MB 125 110
257,285 257,285 0000000000000013ae82411a2b5934e6373f39f96cb522b639071180b4e4d8b1 0.03 MB 74 71
257,284 257,284 0000000000000012decddbbdbeba7ea2300f4c4b6cc8dcde527af36cef1b335d 0.06 MB 128 118
257,283 257,283 000000000000002d3473e90c2643c986cf59af3c546df021515ab0665cb8a055 0.03 MB 99 82
257,282 257,282 0000000000000007b1784fd957085c9ea06edda21c7e35bc1c8831077a5782ee 0.03 MB 32 43
257,281 257,281 00000000000000063ef2ce724d0242f27f1daffd1b28f81e49b182041f6cb256 0.06 MB 153 132
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.