Memory Pool Memory Pool Refreshing

984 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,524 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 973 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,523 (824,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,207 84,207 00000000000060f494fd54931360e0ceb382c3fc02f12b66353fb21ebf5ff998 0.00 MB 6 0
84,206 84,206 0000000000099d45e90a9cba5188073ee28731cb10e833cfbcf03cb5fbe7bb99 0.00 MB 4 0
84,205 84,205 000000000018cd60a6d21db387187eca0ac9192ae57dffb4f83cff0283e90fc7 0.00 MB 1 0
84,204 84,204 000000000004844056040b2d1345792c0b84efbd4313e871824bfe7ef128bcdf 0.00 MB 5 0
84,203 84,203 000000000018834dcce04540b17c1d72866d8a56c7437048b60bf7752b223cc8 0.00 MB 2 0
84,202 84,202 00000000000599da55016a4aa0e9774ea5801332f50877ed8b08b5c582495784 0.00 MB 7 0
84,201 84,201 00000000000248e3e2c17cd91ba471006eaa3d507a94edf5d1965752dea3a027 0.01 MB 25 0
84,200 84,200 000000000025f948fac740b70d55d65eb96d530015a8144643cfca3884e2a38c 0.00 MB 3 0
84,199 84,199 00000000001d9d2fea6daa12143d50b0faae7743bb71ef88291575f5ff01a8dd 0.00 MB 3 0
84,198 84,198 000000000007e7c87c17209784af705e8586473170bbe0bb857dda730c8f7c81 0.00 MB 1 0
84,197 84,197 00000000002dbe7e1aac7b452197a2e5c1148e9c605e944c77e6d9c5b96e39e9 0.00 MB 2 0
84,196 84,196 00000000001ab1fa45a7cab027ac415834e11ae2ff097a29119882f26604de98 0.00 MB 1 0
84,195 84,195 00000000000c220bcf7df1b28777a21ec05b7fe80cf62e400be86e05df842d4c 0.00 MB 1 0
84,194 84,194 00000000002178a7031c2d1735020a8b06a10b47cbfaae13d7373ccb6ebc1bae 0.00 MB 1 0
84,193 84,193 00000000000a333466006b5164908429d842ec087e7244fb56d91424afd2a9d8 0.00 MB 1 0
84,192 84,192 00000000001623c6ceaa1506b6b1629e0c89b67a8e13080d2685fd511896077f 0.00 MB 2 0
84,191 84,191 0000000000306a64b00fd2c0b040afe5d28e9f496415f6fb6a71e0d06cae46f9 0.00 MB 2 0
84,190 84,190 0000000000141d5d4300942ec2dd41ea53bec5f2b465598b8d044349525c4890 0.00 MB 1 0
84,189 84,189 000000000018157bfb74da794e321960adad284f0f25e30c8b3aa4b40d5c4ac7 0.00 MB 1 0
84,188 84,188 00000000002be52141c22377f341089aadcba5c812dd0c05495583f2809f2936 0.00 MB 1 0
84,187 84,187 0000000000092515d91e325d21c2a1acd883ceedacfe6b1c1fba6c4948c031dc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,841.56 GB sent, 100.33 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.