Memory Pool Memory Pool Refreshing

5,968 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,888 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (629,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,944 277,944 00000000000000033d675ee6f3c226c2140b17a0ef7dd86f3afb9843b4d5aa78 0.46 MB 902 51
277,943 277,943 00000000000000032122d3305b24021ae15cfd280b1a516a9730276765672abe 0.28 MB 531 35
277,942 277,942 00000000000000009c022cc41264caf5e8c16afe0925c6f02390427ce24d58f7 0.24 MB 553 60
277,941 277,941 000000000000000078497e082f33c3a98dcecd12900b5c71f156d801db9c6e3a 0.06 MB 144 42
277,940 277,940 000000000000000186732a68015da9ec041c3f2b1cff44734cc25d509259531a 0.10 MB 95 18
277,939 277,939 00000000000000003fd67c7961161511106803d54ae3b563dc802333d39e5f92 0.20 MB 185 26
277,938 277,938 000000000000000312559cdc348e5a0c800dddf853a8485490ae692385dc39fd 0.25 MB 476 36
277,937 277,937 00000000000000035403459227efcc03f49ecf2474273ef68995bff287ca14ce 0.25 MB 696 53
277,936 277,936 0000000000000003618d89ed238449803363aed110d8bd7a8d84cc4f62f2c78a 0.03 MB 74 93
277,935 277,935 00000000000000008c0fd0cab8e3c3f05df1890412b8f8dc374fee955f113b10 0.25 MB 737 60
277,934 277,934 00000000000000024ceca8b8c41dcbc0ff92a6f61ce4da090623baa3e14084cc 0.22 MB 379 48
277,933 277,933 000000000000000112970b5aa56d68f1bfbc3b1f0aab7216e34e7fe5443a26b1 0.03 MB 63 12
277,932 277,932 0000000000000002e3f202b750b30389dd6008675ce572c697abb57347bc53b2 0.31 MB 607 43
277,931 277,931 0000000000000001d15464c5bb6c8a5299b47c0373b9e4a9dcd1ab9c448633ca 0.17 MB 198 20
277,930 277,930 0000000000000002387041a3b5a7b8b16d42baee996a8f0f4c42e7c615b3e35f 0.25 MB 641 68
277,929 277,929 0000000000000003469c29cdff94dc71c4287af03090317c0f1b199a98b3d759 0.01 MB 39 67
277,928 277,928 000000000000000306fd673f261ac5831d774931ecbd7412c9e20fb1ab95c587 0.07 MB 151 28
277,927 277,927 000000000000000373a3f5382e382063aaadb3e85186071908695f6a85a1c3b7 0.42 MB 890 40
277,926 277,926 00000000000000000ac2e7728059ea1366abbacec4e6837024113755d6415453 0.03 MB 40 49
277,925 277,925 00000000000000019c2704ad5a07c68fe62bcdb898436578b391c2e8862c467d 0.13 MB 237 48
277,924 277,924 00000000000000036376fc1314ebae2605994edb4a8a519dbad9acdf889e58ab 0.03 MB 96 55
Previous 10 blocks ↓
Total Size: 768.96 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,615.04 GB sent, 92.61 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.