Memory Pool Memory Pool Refreshing

264 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (856,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,215 52,215 000000001102559a5d068b9fee31726c465a6053800de847bb2e6a09239d0dbc 0.00 MB 2 0
52,214 52,214 000000001b0bbeb1669e5025c91122d93e6e0179abb073af8d5c16a85feaa66c 0.00 MB 1 0
52,213 52,213 0000000006901dfcf381342891422bccb077a627a7f71cc6207d3663733de0a3 0.00 MB 1 0
52,212 52,212 000000001ee24a42224282ec301bfd9529b321afd8f621371279892bd846d245 0.00 MB 1 0
52,211 52,211 000000001fd83a7fef19c11d850e8a885521e869f504b0ad8f46d3f94746eab4 0.00 MB 1 0
52,210 52,210 0000000006911c1ec606cdc5fd3d9c0a224d49d892bbe5f7cbc5a59319f85f18 0.00 MB 1 0
52,209 52,209 0000000008665dddf54868e24f41e51dc8d226d74027291072cd6e9786acd128 0.00 MB 1 0
52,208 52,208 0000000004e01522c074351cd8f529fbc3d98e25b273319e3f2a8d4d2564b769 0.00 MB 1 0
52,207 52,207 0000000018f3ae8f5d8443a136b493aa4c8c98b99aa8a02ac71fdfb9e9c2b351 0.00 MB 2 0
52,206 52,206 000000001596fe18c313d3c290c18cd5af811d36bab502867e2da7fa1b96e547 0.00 MB 1 0
52,205 52,205 0000000013be27dcf878ec9f772abbd9ea6b048ad1aa5a6073c43f9aabeea048 0.00 MB 1 0
52,204 52,204 0000000016d29a0f4e041aa91e0e7142fa7b234ff2399b6cec64f8435ba57c5e 0.00 MB 1 0
52,203 52,203 000000001b770042801592d2599cf9605bc20b3306a8bb5a884b39983dc25ade 0.00 MB 1 0
52,202 52,202 000000001f78f263ac60e36fcf4f68783ab60f0f2ad6ce46aa0eea74ec6124e2 0.00 MB 1 0
52,201 52,201 000000000bebbb46c9772cc34ff45e1f9e6229d3debce1c200d96b27db4e65ca 0.00 MB 1 0
52,200 52,200 00000000109ad460c12247592d168dea8a1009afaae3bb2f7400c4cfaf6642ac 0.00 MB 1 0
52,199 52,199 0000000004e1b347d308d248329f53a6ac728f036364af6dc43b996d2eebf368 0.00 MB 1 0
52,198 52,198 0000000011ff1acf9f92d315433e29c1fe460b08ecac57993b358be0ebe706e3 0.00 MB 1 0
52,197 52,197 00000000119ee1de4af9848fd5d04db6475e8d7d9273d969898264043ae6eb10 0.00 MB 1 0
52,196 52,196 000000000632db08363644a484655069fbf64b7615ea27cd1f3eeca475c4c206 0.00 MB 1 0
52,195 52,195 000000000ced8a31d2181a212a6e09f92574df1c8fd9d5827b0e5500740472f2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.