Memory Pool Memory Pool Refreshing

8,682 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (69,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,305 838,305 000000000000000000001d9e5e60e81cb70220de231e8fb108443dfd0dbcf2f3 1.77 MB 2,006 10
838,304 838,304 0000000000000000000038e1229f39eee601e9339a50ac49022d943041372e9f 1.86 MB 3,485 12
838,303 838,303 00000000000000000001aac07c686c31c4aed3174c576fbd3b6a515c89da5670 1.80 MB 3,107 14
838,302 838,302 00000000000000000000a1dd83a5a2d6e39368801bdd099656be1b8380dd204d 2.12 MB 1,822 19
838,301 838,301 000000000000000000000b0527598434f2e587582a0b425f135e3b092005bdfd 1.59 MB 3,015 25
838,300 838,300 000000000000000000005111386cd4563bd8c977710d5830cbf0048ce6d98238 1.63 MB 3,112 20
838,299 838,299 00000000000000000000cc1d24740a8efc41cfce04047c71c441d6c14469612a 1.70 MB 3,245 12
838,298 838,298 000000000000000000032df33efa28ba2be437f7fc24671bfc381552191e41c6 1.60 MB 3,007 20
838,297 838,297 00000000000000000001464aafd90b28bae66ff99dcae67f4809af19f95864d6 1.78 MB 2,811 12
838,296 838,296 0000000000000000000067fbbf5c316f2d1d15dbfddbbb4a0fc0bdfa2af8a938 1.81 MB 2,109 16
838,295 838,295 00000000000000000001f487185c6857ede459adad738c541c3f3b14f5aad3cb 1.48 MB 2,336 20
838,294 838,294 000000000000000000006aa8b6a218ac99ebebc649e14eb6a55a1fa834173783 1.68 MB 2,931 27
838,293 838,293 00000000000000000001d51cca86847fa8c5b0e82e050c9495ac0b79134b05a8 1.83 MB 2,711 12
838,292 838,292 00000000000000000000765cd59777e0468dc7bb0af384678d9bb5011f1dd05a 2.20 MB 2,741 12
838,291 838,291 0000000000000000000235c538d414c07084b005d8530a8e3e68b369b39ebb43 1.81 MB 3,121 14
838,290 838,290 000000000000000000024684d334edf7b94222a5212fd7d0c24bdff9db884187 2.03 MB 2,799 16
838,289 838,289 000000000000000000000142eb893b9b422b5cf60ab352c9a8a2166f0c33c3d2 1.61 MB 3,242 26
838,288 838,288 00000000000000000001052825fecaf9987861781cb11af3639603a381db34e4 1.95 MB 2,976 16
838,287 838,287 0000000000000000000090937d63bfb7b27a1cf1073d6bd309195c62753c87b3 2.14 MB 1,991 14
838,286 838,286 00000000000000000002892bd8ad04dcfdb84c5dfeed61ee6280829c373af033 2.14 MB 2,729 12
838,285 838,285 00000000000000000001dbabb64739e29916d74c11c9a640828491537d6d0ea3 1.82 MB 3,503 10
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.