Memory Pool Memory Pool Refreshing

17,635 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (580,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,735 326,735 00000000000000000ba807dfe6cd2a2e9c7fbfbca7d470f7f3deee15d505d15c 0.44 MB 794 29
326,734 326,734 000000000000000008f826cbc4b9011131e26e3f217d131a3377e2c5d1a5f356 0.10 MB 179 28
326,733 326,733 00000000000000001a4b2df73fbe5393d667f097e436ca8eeab1f78dbb4c9eda 0.16 MB 103 16
326,732 326,732 00000000000000001e62f4db110c61fd15fef119e58c32b3de071ecddcbd7804 0.11 MB 150 24
326,731 326,731 00000000000000000f4a0d61c3523e9b7da0d9d6b478f2ea22d18564b2ec5f54 0.10 MB 189 28
326,730 326,730 000000000000000007c27868c0f497468ceb59e0de23a3833a6a4dc7f502ca0a 0.04 MB 128 48
326,729 326,729 000000000000000014567e735a6cef94c38d70d564f2094fa872ede1fc3aa9fa 0.02 MB 47 26
326,728 326,728 0000000000000000116a82ef37213ff15a7422b9d17520d647789eea3316a683 0.22 MB 495 30
326,727 326,727 000000000000000003c892ce44e9597558bbc20a440c4295c3c2581c639ff341 0.12 MB 197 23
326,726 326,726 00000000000000000db24158779b69afdd2968dd649241068ee149016cc1a65f 0.31 MB 494 26
326,725 326,725 00000000000000001dadb5926de6569c749d5d75dd00d53533fdf0abf10d0c36 0.29 MB 605 31
326,724 326,724 00000000000000000752f3a0e912fb9fb9bc9f6c1aa39490e92a7a7f04db29d6 0.17 MB 335 29
326,723 326,723 000000000000000000fd5e8982eadcde6c2ede2040c2420df8e7b9a18e7a61db 0.11 MB 212 21
326,722 326,722 000000000000000011ee19d3e4f4882af66a3cf729ba8835a9bec297cf562dc1 0.00 MB 1 0
326,721 326,721 000000000000000008e1e084a4952575c4d799aca7b4c72a34ba6bdd4cc9400c 0.44 MB 832 30
326,720 326,720 000000000000000007e6fa5ea89633021d5c0a8381d00e5a55300ec92b2ccce9 0.38 MB 743 31
326,719 326,719 0000000000000000187510557a846367ab0b95724ccf9fb50ddc4f7c7bff6436 0.10 MB 196 29
326,718 326,718 000000000000000001a9dcab8380c8581395d44cbf873f13a9e9a036d5470532 0.02 MB 35 41
326,717 326,717 00000000000000000e4e80a01dbb0de287d1658e16fb593b5bd236ded7affb59 0.24 MB 452 26
326,716 326,716 00000000000000001b8e7a16c02dc36bfeb627cd249b9dbb10b0023d1be8dcae 0.33 MB 425 15
326,715 326,715 00000000000000000b42ba5c05cc8a0ab832a8e96f6da5d168f41fae80749a7b 0.02 MB 50 18
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.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.