Memory Pool Memory Pool Refreshing

4,122 transactions
1.64 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
907,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,677 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (747,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,644 160,644 00000000000000fd98683dab4f4d78449a1d1fa8d021c21500a931966cefc39e 0.05 MB 73 397
160,643 160,643 0000000000000c85de5dd9f994d1a9a0d3b0cf978643e3389c7920c2840f5764 0.02 MB 31 196
160,642 160,642 0000000000000c80c6caf77ce4ede8a94ac89a4ddd2baf5c3b84db62a3dd7300 0.03 MB 51 65
160,641 160,641 000000000000072ac18b361d2a56366052d49fd065ff0ab6d930feb5a0463b73 0.04 MB 83 229
160,640 160,640 000000000000046bdf7e81cc617686bf299ead5735887167ed77d0d93269ea0e 0.00 MB 12 578
160,639 160,639 0000000000000c43212d8db79f893db2fafc84e18663d36e8bdd2512e767d7c1 0.01 MB 14 196
160,638 160,638 000000000000085ee69ca24d20c2a654bdf72c12cda04b9fed803656ee8fc3a3 0.02 MB 32 40
160,637 160,637 00000000000009fb48cd37e7db912722039e686cc2f8f0888cb62f692a6b419b 0.04 MB 143 2
160,636 160,636 00000000000001e969d735c48f1d4ba075236ba2adebb4e13f13aa60d3dcc682 0.02 MB 45 179
160,635 160,635 00000000000001e3e5061eae9d107c5842a9393d5e6b1f7bb76cd38d4e7a53df 0.03 MB 57 197
160,634 160,634 00000000000001b029d4afcb8c1c3b307b0bb1e9ec0d609ee82d414a625508bb 0.05 MB 93 195
160,633 160,633 0000000000000b45957e9030ec827bafb94a891e2149ed439fabf1bb531ff10b 0.05 MB 41 84
160,632 160,632 000000000000035325ac954015ef639ae8484a9145284139d51c5f5665894a08 0.00 MB 14 0
160,631 160,631 000000000000027140a9110b82749f436d5d7cb3e41113b66044f9574aebcd2c 0.00 MB 1 0
160,630 160,630 0000000000000217de9f46e9bbb4adbb0ecbb1973e65d4a203e6743076f7ad34 0.05 MB 61 117
160,629 160,629 0000000000000d5285f04962fabc602fc2f8a3c9c99a4cc792a82922a0c9fe1e 0.02 MB 63 227
160,628 160,628 00000000000001b4a0edc781d4415c8301a7a24d1c1f151241e50eb88850581c 0.02 MB 42 206
160,627 160,627 00000000000003c07b73af0193c4e671f8028c526996c3ed346fcf17055be6f8 0.04 MB 60 62
160,626 160,626 00000000000003e925ec6f6d4c217269ab1019e26d30ac461cedbca512dd8baf 0.04 MB 7 120
160,625 160,625 000000000000094b3b049af34f56df0c38f2a815b680c6cca8208add27204116 0.00 MB 2 193
160,624 160,624 0000000000000acc47758337675ca6818c2da8714008d35363e22150eab0f309 0.04 MB 111 34
Previous 10 blocks ↓
Total Size: 769.53 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.16 GB sent, 95.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.