Memory Pool Memory Pool Refreshing

2,911 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (71,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,964 836,964 0000000000000000000286b0477513e04da8e4130b1b6e950e2e97878f799de5 3.99 MB 5 10
836,963 836,963 00000000000000000001aa293b5981390ea9c6f704893b9460b411ebd6d3246a 2.38 MB 2,675 10
836,962 836,962 00000000000000000001a6dcd2513c688ad2eb03d39ac0b9ea2b3f9622197582 1.59 MB 3,161 13
836,961 836,961 00000000000000000002cfa7a99bba4dca4ad83accead729db87107fa2fd2f01 1.87 MB 2,547 17
836,960 836,960 00000000000000000001f4cf4a51bf5209e831efc79c81cb9363a366ab23e08d 2.17 MB 1,396 14
836,959 836,959 000000000000000000000234a3c6da6c405ef23e0346b407f60f726268707f94 1.83 MB 3,219 12
836,958 836,958 00000000000000000001953b890653aa005b11b5f1b31c631e141faaeaa045d0 1.66 MB 3,925 18
836,957 836,957 000000000000000000021aeddfb29fe4fb8eec83bc97aa84e2ead4f593a17be9 1.57 MB 3,558 22
836,956 836,956 0000000000000000000031c3e0b1dc0eb330f6dbad62008a9c2a7b8f6a2319ea 2.12 MB 3,499 10
836,955 836,955 00000000000000000001cdf22dedb78f06de260f56c1fe6a4a4491f1423b169e 1.86 MB 2,963 14
836,954 836,954 00000000000000000001a849e82be32d2accdf2449ccf5713e8720aaafc57f3c 1.76 MB 4,164 16
836,953 836,953 0000000000000000000163b2761a2e699d9dc00932a3d27f0245509de830a884 1.77 MB 4,406 15
836,952 836,952 00000000000000000002aca797fbb53922522f2d593673bd7a82728ca7a5fb59 1.95 MB 3,458 12
836,951 836,951 00000000000000000000021fcedca0295d1dff953aa0cabc73030e018ede620f 2.01 MB 3,600 13
836,950 836,950 000000000000000000028d57c662095376f7496ca71138bdd455cbdd1d5bea4f 1.96 MB 2,915 11
836,949 836,949 00000000000000000001b49113f4b9186cd853da62ca9b51919dd2f240ee43ed 1.86 MB 3,518 16
836,948 836,948 0000000000000000000292dc13d6868584860128131c66c1ca960e25720c9db1 1.75 MB 3,516 10
836,947 836,947 0000000000000000000241b05d20cc92fe32853bdee0ba933e603e1ccf3d9db2 1.94 MB 2,348 11
836,946 836,946 0000000000000000000273b60a8abb7b04219c7e247b9448b2fe05f8a3b3a595 1.91 MB 2,284 11
836,945 836,945 000000000000000000006cf971a9f0dcfb2e3a833ca4cb8eb4533010041a6a50 1.63 MB 3,375 25
836,944 836,944 000000000000000000020776f628ea03e997ab1a3f801e6fb8249d55af549d30 1.99 MB 1,101 10
Previous 10 blocks ↓
Total Size: 769.54 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,648.19 GB sent, 95.62 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.