Memory Pool Memory Pool Refreshing

3,400 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,326 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (648,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,283 259,283 000000000000001451ea5dc1b1613e127f044f7717b8df28a8cf75fba7787f6b 0.21 MB 409 108
259,282 259,282 0000000000000015e96c0561d67b78198c10cc676801efd3309b877bd16755cf 0.10 MB 258 118
259,281 259,281 000000000000000e912dd06e4143b3445e36cda318878e125e854af12047de18 0.05 MB 120 56
259,280 259,280 00000000000000085f3a6638e2419d0e45996369c52d1ca9634577ced239f3ba 0.14 MB 278 102
259,279 259,279 0000000000000009822cf67c38731610f144302c669ccd27d04aace3792100cb 0.09 MB 184 81
259,278 259,278 000000000000001bca5a81fec12c1c3bc44ec3eec61a5bd0a52ee167678f1d76 0.16 MB 292 65
259,277 259,277 0000000000000023fcef5452e4505d7a6c1fcf2ba4adeb970cc9498e14aeed7e 0.19 MB 432 90
259,276 259,276 000000000000001433730d6e2542d2b6870cd749339d7bcbfb7237a4da997797 0.25 MB 581 140
259,275 259,275 00000000000000139be640f2403106f7620917477f1d399a0a91ef753c2716e8 0.22 MB 518 113
259,274 259,274 00000000000000022c64bd3310e25b5a3808365b6972edacf2dcd3776536bba7 0.19 MB 468 104
259,273 259,273 000000000000000132bc1cd725ca6ab7824b8cc1a8cca79a73d7d074d2e135cc 0.08 MB 204 125
259,272 259,272 0000000000000013ba52187da264217d8ac06e3a186b7d8675ecf6b522470de7 0.04 MB 122 89
259,271 259,271 000000000000000df844c0e4867e6f09bc0bbcc3376db2cb7c885675670934f9 0.20 MB 477 106
259,270 259,270 00000000000000033d1cbc3a51d5439f251e2cf1050d50560cc1b9bdae4ec854 0.06 MB 170 86
259,269 259,269 000000000000000b7985e6dcf058111cae5af8ec377f677da9641b26fb8d9f14 0.16 MB 397 141
259,268 259,268 0000000000000002fead88d2d4477ea4ad346519a8008ccb25bd8583dac3b74b 0.21 MB 515 117
259,267 259,267 00000000000000235985eaf9eedde1f4555e26c2f792219c315bff03b34de689 0.07 MB 142 89
259,266 259,266 000000000000002050a07cd50e8a1908f9decd43cb15fd867f9a2b5973a0bb11 0.09 MB 225 120
259,265 259,265 000000000000001a66115ef8d9a801f57474158f200262088d5399dad50f9a4d 0.02 MB 67 116
259,264 259,264 000000000000000effe898fdd353ceef75a8f5edfcfcfa9174d65f2c8576a374 0.10 MB 275 174
259,263 259,263 00000000000000038eeff35630930b4ea1998ba89e2bef1a1cda082751589640 0.11 MB 269 131
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.58 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.