Memory Pool Memory Pool Refreshing

4,328 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 ago 1.00 vMB 3,188 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (544,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,898 362,898 00000000000000000996b4f1afc525eb3b882c6cf768cf9f639dc807070e10b5 0.53 MB 809 22
362,897 362,897 000000000000000015dde02fe63d1daae0f64659112080ff686f453f8fb7f917 0.93 MB 1,749 27
362,896 362,896 00000000000000000bcaa3d7274c0afe8db7928238e736435ec2ba3cfb142df0 0.02 MB 58 27
362,895 362,895 000000000000000012b35df72b3d4ba5feaa1dd9639b69efe4024fd0b3592a33 0.17 MB 266 22
362,894 362,894 000000000000000007b41e7ba38e30ab87041fec7f302002d5513f436fba8f50 0.06 MB 135 30
362,893 362,893 00000000000000000be263416bdda9b3a1a9dfd2363b516b63c68e58b8436c64 0.18 MB 345 25
362,892 362,892 000000000000000000de1cc79a1e3459411720ab944e25c536b7089b1d480239 0.82 MB 1,487 26
362,891 362,891 000000000000000013e039cb6def53a805140b7b54d4092724ab79677c287032 0.13 MB 181 17
362,890 362,890 000000000000000015407dfaf08439fcd78ff7d07890268f2978cea07c0ff05f 0.24 MB 368 22
362,889 362,889 00000000000000000b1fdd088304b532bbf3ca35466b25137b04e24725d96ddf 0.45 MB 637 19
362,888 362,888 000000000000000002e34bd8f4b17ecaf14a317e57b15e6013603b3e9daeee0c 0.43 MB 757 27
362,887 362,887 000000000000000016028a72a4d1364cc83b22da578469bc129d6f81e2fe7f74 0.13 MB 247 26
362,886 362,886 000000000000000013def44e3ea491b3bbda5020fd02e447c803599f4b0ceb79 0.46 MB 894 29
362,885 362,885 00000000000000000d765802222ec39b62f60264214a37db8ee0fd9b2fc1afab 0.14 MB 252 22
362,884 362,884 000000000000000013834c1f2126df926513062bb8e67291b10dc03a6c3290b5 0.19 MB 367 29
362,883 362,883 00000000000000001430f42c29bb9b6971fe66867fb62ce513b59ec1f3b99b2e 0.04 MB 91 30
362,882 362,882 000000000000000005a702106abd2d5a73926b303110de5966003f675bd1b8ce 0.12 MB 204 22
362,881 362,881 0000000000000000060be4a9c36e6360e228051a991520b98734390f9cee133f 0.44 MB 812 27
362,880 362,880 000000000000000014898b8e6538392702ffb9450f904c80ebf9d82b519a77d5 0.40 MB 495 14
362,879 362,879 000000000000000006721943f23cfacf20c17c2ad6ea4e902af36b01f92e3c06 0.25 MB 454 26
362,878 362,878 00000000000000000b004f0ed8cbb0b5b25652a30fa0bd769f814133706c219e 0.78 MB 1,492 28
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.60 GB sent, 94.42 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.