Memory Pool Memory Pool Refreshing

4,684 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,071 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,097 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,070 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,070 908,070 00000000000000000000db67ef45a96c3b722f7164f5cb9b7e7c0ad16f3c558d ago 1.53 MB 3,023 3
908,069 908,069 00000000000000000001ed23f69c287892aa2763ebac09804f82c06d82a4b1b5 ago 1.75 MB 3,921 1
908,068 908,068 000000000000000000001b7a83023de48c6e193f0f57e81147734cba96af4903 ago 1.54 MB 2,800 2
908,067 908,067 00000000000000000001343006e211a526ce0387c55b19ff441ac9d2e8ebfbc5 ago 1.49 MB 2,512 2
908,066 908,066 0000000000000000000203b65f2762c6120af783976959ecf525b2b237fc43f2 ago 1.62 MB 2,994 2
908,065 908,065 00000000000000000001f8646009e82a157daaf2953b5656090883aa76e57156 1.59 MB 3,163 2
908,064 908,064 00000000000000000001d7a5299183411b6da402f1c20dfc4bc56d41d8eb529c 1.51 MB 3,408 7
908,063 908,063 000000000000000000007359b9531fa6f2cdc2b6ba00f1f210d51cf1993b2399 1.89 MB 3,304 0
908,062 908,062 0000000000000000000114308cd646604b52c7a5a4317b031972903474b6c9a9 1.65 MB 4,132 2
908,061 908,061 000000000000000000021592e876115489f61e0ca7347a05a2f64ac3e704415d 1.61 MB 3,658 2
908,060 908,060 0000000000000000000004e14a5807068fa94ff5cc09127e69df0c2e6c3c82ca 0.12 MB 212 2
908,059 908,059 0000000000000000000113b8cf5cd0e5c0c0d6a3a7575dab49f16510c81eec29 1.29 MB 2,498 2
908,058 908,058 00000000000000000001707cf5e0789f4738e43eb7b14cf8b44d92d482184697 2.03 MB 1,428 1
908,057 908,057 000000000000000000010e6fbbe4c5b116006c111bdca2337f711ec3a411d451 2.07 MB 676 0
908,056 908,056 0000000000000000000120184df325d4158387bcd89b72e7e2469c1bd5845071 1.98 MB 1,165 0
908,055 908,055 00000000000000000000eda0bad1e7fa0af0033b971c55650dc1fb8b68716a4d 1.89 MB 2,380 1
908,054 908,054 00000000000000000002098cb400c0add3ea745bf2605089549a8b849b7edb86 0.24 MB 591 1
908,053 908,053 000000000000000000010f6031d6cc91947f9d00c3f7ba886bd2cf9f2fe9b351 1.54 MB 2,204 2
908,052 908,052 000000000000000000004c3080f481b27a52d463b33d0b7909185acf825c7e23 1.51 MB 2,817 3
908,051 908,051 0000000000000000000081025af78dc932eb526efef5b52aca2822adc3620a61 1.69 MB 2,368 3
908,050 908,050 000000000000000000016345a6a76821001029227541d6e5eb519e6c08122a62 1.80 MB 2,010 1
Previous 10 blocks ↓
Total Size: 769.68 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,655.06 GB sent, 96.27 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.