Memory Pool Memory Pool Refreshing

8,834 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,906 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (133,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
774,281 774,281 00000000000000000007117f55f564bf982b7949a9daca02945f657d99a454ec 1.31 MB 2,040 6
774,280 774,280 00000000000000000004e2f063b4a7d09d81eda492240b2dcbdc3580ceacab18 1.26 MB 2,246 7
774,279 774,279 000000000000000000021f62a742a27ad628f094454e814937a80886780c4cdb 0.09 MB 224 9
774,278 774,278 00000000000000000003c3bfe954c72cb3147f7fc020f7570bc627f73d4b2876 0.43 MB 753 6
774,277 774,277 00000000000000000006b49f296b0065ca9b6882290e59f984d1d67ff4146878 0.84 MB 1,435 6
774,276 774,276 00000000000000000003299e327931b832ddf102aa6cc14c281751bc4719c033 0.90 MB 823 5
774,275 774,275 0000000000000000000483aa28863c56b65ba4e82f808b7918dcf6363ff64569 0.03 MB 31 6
774,274 774,274 00000000000000000001c51cfe45da205956ac485379a6690223bff0fd2f5625 0.59 MB 1,139 10
774,273 774,273 000000000000000000060abfd2ce5219c835ef156cd1ef88246e34784c6d2eb3 0.55 MB 934 6
774,272 774,272 000000000000000000008af37333d38a1be9a70ac82655971bfa08071287856b 1.24 MB 1,366 4
774,271 774,271 000000000000000000004d48d70732484541858792b061df2dfaecf111cdea07 0.88 MB 1,425 7
774,270 774,270 0000000000000000000493bd230d1787b2019fa5fa846f655947ee6ec6ba8dd1 1.31 MB 1,394 3
774,269 774,269 00000000000000000005ca9a380dfff39830f44b47ff0031973f9550a8baba80 1.46 MB 2,424 6
774,268 774,268 00000000000000000005aa6407ae59528de47085e19bf6a5e6f3bdd84d2090cb 1.50 MB 3,331 14
774,267 774,267 00000000000000000005501b2a515e3343d0695aa0b6921df6c03cb531949363 1.94 MB 675 2
774,266 774,266 000000000000000000021fe0deb90448b245ddef3465e3fc1da838f51657e437 1.62 MB 2,649 7
774,265 774,265 000000000000000000031212e94c53d092a7e0d7677db643564c4b78f971f7b5 1.57 MB 3,052 7
774,264 774,264 000000000000000000042d11a5d6ce10456f439cefa55f6e80b67555f4444ef1 1.61 MB 1,849 2
774,263 774,263 000000000000000000057e521a6c4b4a6b2f08d7c11ac81e92262dcea9cd9e2b 1.56 MB 4,021 4
774,262 774,262 00000000000000000003b4cbd06d907b14fd40f05ca7d9480cc49ea80c291b1b 1.42 MB 2,717 21
774,261 774,261 000000000000000000054b04ea94463d0185f73d2e098f1e7512337b65ccbe8d 1.70 MB 2,094 7
Previous 10 blocks ↓
Total Size: 769.45 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.03 GB sent, 95.22 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.