Memory Pool Memory Pool Refreshing

1,381 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 1,373 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (548,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,958 358,958 000000000000000015dd1dfa1e728540dcb59fc6f17a3f5976c54f1448a9343f 0.38 MB 382 16
358,957 358,957 00000000000000000d9bf38f5303ed20ba8b9189d919160610ab1ae7ad313455 0.90 MB 2,067 34
358,956 358,956 0000000000000000146b7d1373b324c239d417b98b0b4cdd5fcf30c7f0e69c1f 0.68 MB 1,351 34
358,955 358,955 0000000000000000036ca3b6aa5cab080a44723a278b46a2620d840c23df2ead 0.46 MB 602 21
358,954 358,954 000000000000000013119d0ed1c3fd6b31e3b2d4ff9912a81098bb1d3ed6b7e2 0.37 MB 380 10
358,953 358,953 0000000000000000117099ce07e7b7efacc1a4fa77c8330b82740c4ac120ef91 0.75 MB 1,583 29
358,952 358,952 000000000000000002ba7681ba68fabdc4444f08fa123a1939e37e7ab2b3058f 0.13 MB 195 20
358,951 358,951 000000000000000000bff59334856f7f2a59f5aa5ed131b8716aab9646fe3410 0.68 MB 1,240 26
358,950 358,950 00000000000000000d3cbb5395440fa5b7f12e0a29f731d5bea051398ef6b382 0.52 MB 589 12
358,949 358,949 00000000000000001207e8dbbb2e27f574201d64b4411c856f1b16d9b7941480 0.75 MB 1,346 26
358,948 358,948 0000000000000000052e92914f880f799a595db0fc26ad7b646307d59eef78d4 0.75 MB 1,138 47
358,947 358,947 00000000000000000c2a3478083cd031bbd620cc88eeac4f9ee5a09422ee4a86 0.21 MB 368 24
358,946 358,946 000000000000000006fe0ffe4796788ef8f8bb8371e089fef8be079afd4b8a16 0.35 MB 725 27
358,945 358,945 0000000000000000101757be3c2394c5b484a0e0f88d9db37d593efd54cd473b 0.42 MB 762 32
358,944 358,944 0000000000000000037405b1dbd30bd66088822c8713da68ac2084ff5fedad1d 0.22 MB 381 26
358,943 358,943 0000000000000000009dff4e2d132856626ac0849b66aa927b3f0d9902c4b580 0.41 MB 711 24
358,942 358,942 00000000000000000e187b95a9159d04a3586dd4cbc068be88a3eafcb5b885f9 0.43 MB 462 8
358,941 358,941 00000000000000000d9c94a50b0d1deba2111ddb09434357aafbe2591f98a00f 0.10 MB 122 19
358,940 358,940 00000000000000000eeb0edbb1861c7d0cc8a4eabae6121451bab5608b99d529 0.21 MB 389 20
358,939 358,939 000000000000000003bc9f97bfe7dcb54f4661992195019ba7952f17c116c357 0.27 MB 481 25
358,938 358,938 00000000000000000ebddfcd346173fdea8ae4282d5c18a7df9a671c8ac7c1bb 0.75 MB 504 9
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.