Memory Pool Memory Pool Refreshing

87 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,604 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 58 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,603 (809,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,386 99,386 000000000003fa10014c854055dedba9ce9eb09aaa37e1de83013d4266010a61 0.00 MB 4 0
99,385 99,385 000000000000b95ffcfbdb1ab9f36b78ef1d926aa415c70e18931b4e1568b988 0.00 MB 6 0
99,384 99,384 00000000000449a4d79e47579ee0310410a94a715f13fa125d60175a33770ec4 0.00 MB 2 0
99,383 99,383 000000000000343fb3ed802eed3aeefaf01bda001adec58691bf86b010f043ce 0.00 MB 8 0
99,382 99,382 000000000003cdc0b0a9069c3f64800791a2d74121c75fa56ec8c39b547cee20 0.00 MB 7 0
99,381 99,381 000000000004732c26432822737847a9541e8f595c6c02e9af3ca9f30f177363 0.00 MB 1 0
99,380 99,380 000000000002b004735123b34d47a92b13d375b820e2df308e14007f9fe396e9 0.00 MB 2 0
99,379 99,379 0000000000006046fea93f5b0d28f5fe8917a5d66cb51694c1c694a42ebdaf5c 0.00 MB 2 0
99,378 99,378 00000000000465621f0e9ba0f65d88813712fd4ccd849ae0ff6971111e434555 0.00 MB 2 0
99,377 99,377 0000000000019291347fd536f8855ddf63589f4ec244b4db082d2459b4c315c9 0.00 MB 1 0
99,376 99,376 000000000000ac1f41ca2ef3d0359d5cc2aaaf34cad1908c939a878e6a14c103 0.00 MB 1 0
99,375 99,375 000000000003ca63168e7d01058064adce72f26e281577de3249c53a4d089315 0.00 MB 3 0
99,374 99,374 000000000002cc03996dfcda8443d9e7f546cfafd8a2c443067a2276da090ccf 0.00 MB 5 0
99,373 99,373 000000000002121291bbc6f703c5b717ec992a79ff5e9acefc81fd160b493f07 0.00 MB 11 0
99,372 99,372 000000000002f15ab8ce83bfdf30540f3a4ed0e84b0069c61c95496d231fd059 0.00 MB 12 0
99,371 99,371 000000000002ce31851202063acb2b46892e4f70a906d0597fcbf277404e04ca 0.00 MB 6 0
99,370 99,370 000000000000056565944258441077656c287457325b9c0a0a4eb93b9436eed0 0.00 MB 3 0
99,369 99,369 000000000003e914e865a08cab52bd2cfa3e97b598c97e636f062447096fc4d0 0.00 MB 9 0
99,368 99,368 000000000003cc24c62b93309535352f520ec98663d889d4d89841fd151c4a32 0.00 MB 12 0
99,367 99,367 00000000000307562ef87ce88d23609c5511d930f77682562e3d6a0f9029f62f 0.00 MB 12 0
99,366 99,366 000000000002a6a25b024a8183df9d637197727d02a96aa4e11960b4bd510ea8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.58 GB sent, 101.04 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.