Memory Pool Memory Pool Refreshing

2,231 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (697,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,358 210,358 00000000000000795b062febbad5f0db4506fa856b56ed81f9a359c1aac4ce9a 0.01 MB 19 233
210,357 210,357 000000000000045860661a5c8f96e34ab68e379b976e0550200e13379d39a630 0.17 MB 482 198
210,356 210,356 00000000000002de4613ea1c28df13adb3de51c7ae0e065a984892463183c76f 0.03 MB 104 198
210,355 210,355 00000000000004406c2ce1816c861c008dd1e8ba13f7e853c37339ff80d3d593 0.11 MB 304 186
210,354 210,354 000000000000002fd8edc2c445189351c1f2c6133d587a1ccd688718f911c45e 0.17 MB 360 140
210,353 210,353 0000000000000008ad7ba1bc2f7c4e35fad48b8acf3521e3531857011cbdd48d 0.25 MB 715 185
210,352 210,352 0000000000000496e0d6bc9f524ea15cd2a47de38c45e30c9c184b590a18fe76 0.25 MB 878 229
210,351 210,351 000000000000005ec4b38d6301a7cf527960cd5ee3b0d2500cf4aa3c0bdf5301 0.25 MB 627 170
210,350 210,350 000000000000016edb32fd3c70c7035a8e49ce1ef5bcdc6a88236c12febae696 0.05 MB 113 312
210,349 210,349 000000000000030b7df9237ab5c69e9519e64d6d7a774a4e8f344331b476675f 0.20 MB 600 372
210,348 210,348 0000000000000339986094004cacfe786963a17c13a5b7b80135150e28849bcf 0.00 MB 9 51
210,347 210,347 000000000000009fe0de7137ed8e1aa2aabf3e869f681552f64e9f84b4eea9e4 0.00 MB 1 0
210,346 210,346 00000000000003e271a838ce645eeba34cadf3c01583dd6bcc2a600dddc014bb 0.11 MB 266 196
210,345 210,345 000000000000004e9616d5a603e4cf3081619f0997c6646b399d9e0bd212204c 0.16 MB 390 153
210,344 210,344 000000000000027fed647167c30aae26201dd19c8c6abe2cf14220d7aa3d4e3d 0.25 MB 723 217
210,343 210,343 000000000000007e870d7f50356b054266d79be7850cc3a5c3c3459f1465fd35 0.02 MB 45 177
210,342 210,342 000000000000026f64e4914ef638df4865719b034c034d3c639568aaa4ddfc9d 0.23 MB 573 178
210,341 210,341 00000000000001ec25d1b60891f608a980ffac0dee7ecb112a33f1155e8a4a40 0.22 MB 438 125
210,340 210,340 000000000000028d7355373c7396e96ba478d4945954dddfa4ed873f3f7724dc 0.25 MB 751 244
210,339 210,339 0000000000000373bc49f99c17377a7f6f590773fc7e7f854cd91f4c42785811 0.05 MB 142 179
210,338 210,338 0000000000000240d67510db6ef2a77d83631714a91365c04ae492c7939d6d56 0.01 MB 18 164
Previous 10 blocks ↓
Total Size: 769.23 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.76 GB sent, 94.08 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.