Memory Pool Memory Pool Refreshing

4,622 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (648,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
259,262 259,262 0000000000000004ae48defccfca8b785773b5f34bf1c8fe7c509115f427e8d4 0.14 MB 310 241
259,261 259,261 000000000000001dfacf1e81afcab772aea76eda27279c6cb2f7b4f6795bcd6e 0.25 MB 667 135
259,260 259,260 000000000000001483412322cd1f514a26b4944ddfbf9005b1ab4a06efd305f0 0.15 MB 329 158
259,259 259,259 00000000000000047492f37546474a2c077623f19ae3fdad880db2905cb0414c 0.08 MB 181 98
259,258 259,258 0000000000000018a09fc5da1e498b0a8a7aba5258f62decdcd3b183df220d4b 0.02 MB 63 79
259,257 259,257 000000000000001e54799f723599adcdccfe2eaa5179608988261aaf8ba6137a 0.08 MB 115 96
259,256 259,256 000000000000001720e11471ee833249a2d1c686bf6520c5c264fddf0f56a94c 0.04 MB 89 55
259,255 259,255 0000000000000014c3c4045a4e2c41142a34b3751990556056515d1d7202933e 0.14 MB 150 28
259,254 259,254 000000000000001899dc7a763d937e1e79eb09750d9d9d696f124b6608c14acf 0.25 MB 755 146
259,253 259,253 0000000000000016baf91314be795b5d0220ec7fe97b8cdb5e3ce355285efa39 0.04 MB 114 91
259,252 259,252 000000000000001a9d3666c7deb035d57c0f783eeffd37c2790860370cccbc90 0.17 MB 327 88
Previous 10 blocks ↓
Total Size: 769.23 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.71 GB sent, 94.06 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.