Memory Pool Memory Pool Refreshing

7,993 transactions
6.50 vMB
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
5 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
901,135 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,069 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,134 (145,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,290 755,290 0000000000000000000184991ef1f31d7f2ff30a987bea2ed0397e489afee311 1.58 MB 2,688 12
755,289 755,289 00000000000000000005df98814045f580966d4cc77b7b0dede47017b95413ad 1.79 MB 1,319 4
755,288 755,288 000000000000000000048a214ee75cf58ca69193876ef3416731ef06528a236e 1.57 MB 2,213 9
755,287 755,287 00000000000000000001ea26f7f63a3a7b526e4a8fc19bff6901459725e7cc78 1.61 MB 2,705 3
755,286 755,286 000000000000000000063df4c9d5ad4840c9547554aa3f7ab7be91b6648c38e6 1.55 MB 3,059 15
755,285 755,285 00000000000000000003e0bb0bf4584cc50ea733a1a05621d85566da19be05fd 1.56 MB 2,530 6
755,284 755,284 0000000000000000000124a14e31f1cb9aed88d5c6d5c1bfd288af4cc6f18afa 1.35 MB 2,310 7
755,283 755,283 000000000000000000068d18c9252d99f85a5ea2e7d58f01503381f7d5b2253f 1.52 MB 3,334 14
755,282 755,282 00000000000000000005ee51c82a87f8a46b852fe4d3f17b95ebd1d76e438b19 1.63 MB 2,153 10
755,281 755,281 000000000000000000010f50e5885188bcb616aa15c5983548eae5898f15cd50 1.44 MB 2,315 13
755,280 755,280 000000000000000000055a03b8c36d50924cca2dc2ad18b71dab7585e09e8d98 1.28 MB 1,321 15
755,279 755,279 000000000000000000088759f134f4b96a4cf144a069c917bbbf22e28c1eab80 1.40 MB 2,256 13
755,278 755,278 000000000000000000033a88da19a6e7465ede10d6ce59987751e85c2a1b0118 1.43 MB 3,252 21
755,277 755,277 00000000000000000006eff4f80b7514454305a679a8d5cd47bf22ed713e29b2 1.42 MB 3,386 20
755,276 755,276 00000000000000000003ed2970cb9ed5822c5b87be971b5ffe1dba23822b40c4 1.61 MB 3,360 12
755,275 755,275 00000000000000000001aaf6efcd3b2de4c0839adfb0c3f61077ec96e74d2b09 1.41 MB 2,330 12
755,274 755,274 000000000000000000011c1ac439c6803f33f9f7ed73ea9199528b5cffc34ac6 1.41 MB 3,325 21
755,273 755,273 00000000000000000001886738b97a0a01a02e5a0d4923279b67a22303a214dd 1.34 MB 2,327 14
755,272 755,272 000000000000000000064283f288addb5f3563f7e2da85684b3a7c1bc8fdab53 1.36 MB 2,909 28
755,271 755,271 000000000000000000017c5f32d5b5ded390d68c41947af7967fe07f8bbde069 1.44 MB 3,024 14
755,270 755,270 00000000000000000002db6c53985e6e1127737f7e1e587a6687b2c87d06aa85 1.73 MB 2,151 19
Previous 10 blocks ↓
Total Size: 757.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 704.78 GB sent, 36.20 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.