Memory Pool Memory Pool Refreshing

2,036 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,032 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (798,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,317 109,317 00000000000003c856ca5c79173209d7c94c4bcc1f31c3e6a80930fa5852b0ab 0.01 MB 35 0
109,316 109,316 000000000000df4cbc41adeaf37efa10980b63b8b0838abcc7f3d5808db23d04 0.00 MB 9 0
109,315 109,315 0000000000014d83f96415bbc049c0003f313821cfa33d0711bc8d078de79bc5 0.00 MB 10 0
109,314 109,314 00000000000154de6e9b3fbaab5ce111b4ca727c7e3c2918463a5fa52d8961e5 0.00 MB 1 0
109,313 109,313 00000000000140f4ba47ecaca25f549a69699f25d0f8f0479f8f9bca383b3b0f 0.00 MB 5 0
109,312 109,312 000000000000444bc82e0724d7338902a23dad199b8a5d97db36e3c90966fa45 0.00 MB 4 0
109,311 109,311 00000000000107d92935d2265713c8c1ef51b499b21c29cdbb6d92d0d24bf5d1 0.01 MB 23 0
109,310 109,310 000000000000adb2ce184f675a5bec21fca14e80964f3233e2e20bec8d76b672 0.00 MB 13 0
109,309 109,309 000000000000416b33916b2f5328499ba6a80108be0c999d79d0be1bd239c230 0.01 MB 25 0
109,308 109,308 0000000000005aa1aa96631bb3e6c81b9abccd8549f9c0868927c097627f9726 0.00 MB 13 0
109,307 109,307 0000000000017d0c17536ea69bce483cbd61738fb8c29ff1c210d21501326336 0.00 MB 12 0
109,306 109,306 0000000000006615af4d509eef915fb6cfd5f51e060a99f67a4778b37ec8bd3b 0.00 MB 8 0
109,305 109,305 0000000000016ffeb3d3ed4457cbc5bfc587d8ebb5cb762a5b31d84ab6c7898f 0.00 MB 10 0
109,304 109,304 0000000000001dd4faac5d83652dce776a171cf573d1ecfb4552dcf15c2eebcb 0.00 MB 12 0
109,303 109,303 00000000000148d22887e2a46683ab96ef11735feaa1089e257570a4080431d9 0.00 MB 12 0
109,302 109,302 000000000000ebfa86fb9c94b39c7b3387b5e69f0c1bec7db45e7cac13f1dc49 0.00 MB 12 0
109,301 109,301 000000000000c88e307a56c84266402c7a8fb1200d1fde13e73b94e735ef54c4 0.00 MB 7 0
109,300 109,300 000000000000523dcedfda7151227700edde4fd45ad225ad4bd95b9aace14627 0.00 MB 12 0
109,299 109,299 0000000000013fe7e0b32bdbdc18413290c9e0bbdf5bc002230c47c90c91aa7a 0.00 MB 11 0
109,298 109,298 00000000000016ca5ab56a0aee662af7e9c15bf651abc266b7bddf166a0fc09b 0.00 MB 12 346
109,297 109,297 000000000001b510d7d876a65dee2f952712c407d1b3e5fe08a4907ffa60d94d 0.01 MB 43 0
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.