Memory Pool Memory Pool Refreshing

2,273 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.72 vMB 2,270 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (179,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,297 728,297 000000000000000000059eca13ad604ffb217dc8d38cf752b8552d8fd93346c3 0.02 MB 32 7
728,296 728,296 00000000000000000009af4e28b02f164e1747c9717051d722f3c18ca23e8945 0.48 MB 650 23
728,295 728,295 00000000000000000000f72fe45899f68d929c0752cf0827a8265950c79398d9 0.26 MB 471 7
728,294 728,294 00000000000000000002b82047d29b0383c8586ffd84a41c2d1e48b911a1bab4 0.62 MB 1,060 7
728,293 728,293 000000000000000000025bc606149c20477c8c84852c628f9b299c45c9264f96 0.11 MB 311 6
728,292 728,292 0000000000000000000561de6ffa1624cabb82d101c8cea16ffb0079496b8fe8 0.89 MB 526 2
728,291 728,291 0000000000000000000a2034b94a50357a96571db9b17c9215f6e8a78e68ec50 1.68 MB 1,522 4
728,290 728,290 00000000000000000002f2b77d2add1567c58e318d547f8bd8c4e642bff1aa51 1.43 MB 1,415 6
728,289 728,289 00000000000000000005c0598b166633b0fcf9e436c93200ede2655d882b3030 1.50 MB 2,882 10
728,288 728,288 000000000000000000099cec2ed601a886a4c0520fdfd269b40ef7038b2c7291 1.44 MB 2,756 8
728,287 728,287 00000000000000000001867c993ef0a32ce26203e6fd4c467481bcdff2f3d4dc 0.04 MB 91 7
728,286 728,286 0000000000000000000630dcdad6650c8e6568b420ddc42ddc6847cb30c94ce4 0.47 MB 947 6
728,285 728,285 000000000000000000077d506415fcbf77ffc2d6546c0cbf4005dbfa086e71ce 0.15 MB 367 7
728,284 728,284 0000000000000000000993b0101d094cb0e36d06220db377ffaac91be6dcb122 0.32 MB 568 7
728,283 728,283 00000000000000000002f215a88f3654c377314842ddfab9c961cbffb4722eb3 0.26 MB 359 8
728,282 728,282 000000000000000000067ea9c42da7441f38735bdb2486a67dcbfe26263053cc 0.21 MB 374 6
728,281 728,281 00000000000000000004de7fd9956499082d6c516092a9aaf8753f705701b04c 0.19 MB 404 8
728,280 728,280 000000000000000000098f11777b2990a1622892919096c8898dd2204c20f0e8 1.10 MB 1,868 7
728,279 728,279 0000000000000000000415019d5c360f860b48cdcd2bb392c6c6d26a17e40eac 0.83 MB 560 4
728,278 728,278 00000000000000000002d861493d5a3c4cc6996a212508be17604143acf3e6a6 1.49 MB 1,218 3
728,277 728,277 00000000000000000004995d31baa88847c24366c948395ded05be14bda86ff9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.07 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,628.10 GB sent, 93.23 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.