Memory Pool Memory Pool Refreshing

1,192 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,963 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,178 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (700,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,991 206,991 000000000000049b72561ef87aedad480b5d85fd203d2d6d87cb61c94a9d5231 0.04 MB 77 152
206,990 206,990 000000000000039a81efd384d80469ad6f703946702510706222579b6af038f0 0.27 MB 331 107
206,989 206,989 0000000000000150d79bee3a2f049ceff315ae947ad044ea9ce082b339e7bf31 0.16 MB 415 180
206,988 206,988 00000000000004c92892f5442d0883054cee346a281f7c46de51a1971f8eb6d7 0.05 MB 131 79
206,987 206,987 00000000000001513ead4413bedbea1ca38f30f14d761311c1960cd6fc7736a7 0.09 MB 182 141
206,986 206,986 000000000000016bbc4963782dee159c6333948efc278df70e3a52c4636e305a 0.19 MB 463 200
206,985 206,985 0000000000000052ada32398230a3fb01f91c95f2b66dc9c90e8141ef9f5ebf2 0.02 MB 45 155
206,984 206,984 000000000000043ff07fd8080aa66d2bee9dcf0e082f577d2ec894229c68072e 0.00 MB 6 43
206,983 206,983 00000000000003e0d5c3e2f2dbb6da9593d40724df5a491ec3b8d7fabc403fba 0.03 MB 41 114
206,982 206,982 000000000000028e79e2ee5b8aff196730efcbfbd6635c1bcdc86dc88589b65a 0.04 MB 81 157
206,981 206,981 00000000000001f518602a9cf4938beacaab0535bebd3b8c677a4375def73119 0.02 MB 66 32
206,980 206,980 00000000000004261546de6a39116b75cbe2a091a0bc05e9468e98c57172ade0 0.08 MB 169 170
206,979 206,979 0000000000000333ffb6b22dd458f31e53b9358a2b08551d63510a50db7834b2 0.00 MB 12 30
206,978 206,978 00000000000003eb354a81cd963118582e2d1b36b9909c3db76b15167d9e2f87 0.09 MB 183 188
206,977 206,977 00000000000000832d4683590d3cdae0ae8ef19a1d7d44c4dcdcc179ed6563a7 0.00 MB 1 0
206,976 206,976 00000000000004cbc95d8d452abf7eaad1ea9ac536bb11df4204e64d01550c7e 0.05 MB 133 85
206,975 206,975 00000000000001d5b2f0fd2e700cda050886f0cba698601bc222f57c72bdadce 0.02 MB 54 164
206,974 206,974 00000000000001a737c5f2924c295bd69f50f4c1267905006810b63a3a055d90 0.13 MB 302 179
206,973 206,973 000000000000004494944760e4ccff32842d233130356fa96b5c5021f00c7267 0.01 MB 38 153
206,972 206,972 00000000000004664077f1198a592130f091f0b0d4fa4743580a12a1db876164 0.13 MB 282 175
206,971 206,971 00000000000001956af698f08ed01fbc882866786d850a0d6c46410c9a51ad8f 0.04 MB 58 183
Previous 10 blocks ↓
Total Size: 769.48 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,646.35 GB sent, 95.31 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.