Memory Pool Memory Pool Refreshing

404 transactions
18.46 vMB
Show Random Selection Loading Transactions
Max Size: 74/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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 220 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (899,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,406 8,406 000000005ae2fdc26b76e01c7428b8f9c977176c6bb75fc6b869619dafc31452 0.00 MB 1 0
8,405 8,405 0000000035cbdd492f99060333ef2a6d59f1afd0156203684ea654f20ec0027d 0.00 MB 1 0
8,404 8,404 000000007a91ff6b2519b1b00305e80e83b92760f192835a01ac7e8eabcf1eb1 0.00 MB 1 0
8,403 8,403 0000000083759192b42b4f30c3de656f5132c4224f7d68b7f2af735112b676dd 0.00 MB 1 0
8,402 8,402 00000000e1ed138cec4b902f562224ee7bc00b868c551bc6c5fb14cdcaf937ee 0.00 MB 1 0
8,401 8,401 00000000b0be827c7f99d96cf4e9187ce77c0f3c67613fe1326834706df88492 0.00 MB 1 0
8,400 8,400 00000000297c8bfa5d4cf7826f31f39d6bd92cbfcf2ec9ca2ed298ea471387d7 0.00 MB 1 0
8,399 8,399 000000008b4f0154d865ae1dba0355eb38f8e62f49c90011527f95c521f57cd1 0.00 MB 1 0
8,398 8,398 00000000057f1021ae4f165063a4f2940ea69cd9a537de1d71e77338dcc006e9 0.00 MB 1 0
8,397 8,397 0000000098076bc4cdc362f418bfe8d2f753d305a7f7513dcdf5a8563f0d88d9 0.00 MB 1 0
8,396 8,396 000000003833f8e889296873103ee9678c46971cdc3688d99a61b7b53fc7f9a4 0.00 MB 1 0
8,395 8,395 000000004ca7fba723ae087aa3f24661d8659eb8a76a650af846d13c6e9e4e9f 0.00 MB 1 0
8,394 8,394 000000009f8cbf3db9d1f6cd6e63f63e2263f076c627c85c6f0d20c2799e3ec7 0.00 MB 1 0
8,393 8,393 0000000087eb2754f103d00a024c6960cc4ce6fcc5301243a4e95b4b0402af8b 0.00 MB 1 0
8,392 8,392 00000000cf82bf3a91a9f8a446c05ba9a2719a7b7e35236da093048e2fb02fa5 0.00 MB 1 0
8,391 8,391 00000000d529624caf84f0b2d5fd4336fbde2aff55d1111716308af362bb38f3 0.00 MB 1 0
8,390 8,390 000000001c5f252fb978f1c660f922739506de7b0f80ebdfefa1a836f415521d 0.00 MB 1 0
8,389 8,389 000000000b7fe20effc94e06db34159535d06e689b3c388642e5381579450388 0.00 MB 1 0
8,388 8,388 00000000f5e97f5c8b8046930c5efdf7f85e9571eca087508c739ac196974846 0.00 MB 1 0
8,387 8,387 000000000c31c5502da4986ba32ad1958064a92f53b2b02d27f3d262e22e64d9 0.00 MB 1 0
8,386 8,386 00000000fbbbd10e3360054637a55889bb0ba3b7a966d6b3c4c4879c30fc6f48 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.14 GB sent, 98.65 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.