Memory Pool Memory Pool Refreshing

6,687 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (208,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
699,242 699,242 0000000000000000000b91dccb1c6ed83e575bfd9c948fcde93634f12346a5ea 0.05 MB 133 19
699,241 699,241 00000000000000000003945aea69169cc1a51ad7247ed3f343633540fa08f326 0.22 MB 244 2
699,240 699,240 0000000000000000000628704722ba3853a2a8fd9625830c4271779fbceed3af 1.23 MB 1,271 7
699,239 699,239 000000000000000000019bfded9314711e4d695698f15440788393e77a76fdbe 0.38 MB 595 7
699,238 699,238 000000000000000000026fd680850cdc563288773648cf5737503dbb1a088b66 0.21 MB 369 8
699,237 699,237 000000000000000000098ef7258640fbb09febba53156ca5da81b62abcfeef87 0.99 MB 1,778 11
699,236 699,236 00000000000000000003f54d01fb36069e102423d93f1ea63059c66d6bc89eec 0.17 MB 386 12
699,235 699,235 0000000000000000000ef0862a38040cf5ad7adc0588d1e93b1df123f574b37e 0.20 MB 311 14
699,234 699,234 000000000000000000022d77f1e1a32366588bc625b02370638339cd5788068d 0.44 MB 887 13
699,233 699,233 00000000000000000008f2d597c8cf50fd43a03607e535c4cafdad026e2acdf1 0.25 MB 300 8
699,232 699,232 0000000000000000000d5a043da4da41d1a872ffe1554413ea04e9c983a7f0b9 0.25 MB 323 14
699,231 699,231 0000000000000000000e20bd0391cc288f44e74629f5e15c46dc86d56eb5cbce 0.14 MB 343 20
699,230 699,230 000000000000000000085a9043c8433c03a9411bd6a982b238f8389f047696d6 1.51 MB 2,298 10
699,229 699,229 0000000000000000000512f379092a0f3f74b3e8569ca8a96fa7c0830f4c823f 0.78 MB 1,522 11
699,228 699,228 000000000000000000025a67fca628a520e31c7cc25458496290763618bd1a80 0.33 MB 523 15
699,227 699,227 0000000000000000000c683a2473de7047876f4046c94db76d36943458706a92 1.01 MB 631 2
699,226 699,226 000000000000000000044b39a317d2f6d40fa696d50d2c091b3520d6d06f02e2 1.38 MB 2,346 12
699,225 699,225 00000000000000000005a91175e0144391f794df8e6c17e47f3bdd06babd1090 1.47 MB 2,726 14
699,224 699,224 0000000000000000000071c04788686ab6dfe5b899182278b7095eee27f35cc9 0.35 MB 538 11
699,223 699,223 000000000000000000032ceddac132eeaabd5f9690cd7889659d8d36eb37025c 0.76 MB 1,622 12
699,222 699,222 00000000000000000004af9f87d3c48cf7b4b7ef7a047f10b1049bcb56e95ba6 0.42 MB 828 13
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.