Memory Pool Memory Pool Refreshing

10,943 transactions
3.93 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,664 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,817 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (70,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,973 836,973 0000000000000000000024f3e8c7e38aa4cce3995780241dcbe4949813641c65 1.92 MB 3,533 14
836,972 836,972 0000000000000000000000db0a76b615f5344b88f1242443bcd666927205eb69 1.77 MB 2,740 14
836,971 836,971 000000000000000000000adde540a8f455c1af7ff8ddf362c976b761607f2d31 1.60 MB 3,296 27
836,970 836,970 00000000000000000000a5155d769af070fab5e3664301abf0cca656b82ed8a3 1.86 MB 2,921 16
836,969 836,969 0000000000000000000188a7b2a38872250c2ff1dc73a6c4dffababfc89d12a3 1.59 MB 3,850 24
836,968 836,968 000000000000000000033f75c3d89459a7d8f9017bf017657a50186a25f77c19 1.80 MB 2,382 9
836,967 836,967 00000000000000000002288dd042297f731ff053d351dcded1188026b91377c8 1.62 MB 3,012 16
836,966 836,966 00000000000000000000b8f9af9bdd9d5ec13ef0a47ef936b7435f023564ccfb 1.62 MB 3,576 21
836,965 836,965 00000000000000000000759a93acddda26654d56180b9c2196659227e3a323d4 1.60 MB 3,700 23
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
Previous 10 blocks ↓
Total Size: 768.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,603.56 GB sent, 92.36 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.