Memory Pool Memory Pool Refreshing

4,277 transactions
1.44 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
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,502 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (772,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,889 134,889 0000000000000289afb298c3a53cba94119cd20999176ba666639520acaace55 0.03 MB 79 290
134,888 134,888 000000000000035daa6cef93acdd42251b98de712b0bce0b685a89b0d6bb4534 0.01 MB 16 375
134,887 134,887 0000000000000bb12791a99d2fca89846e63835d0e0edd96ca25d0ac50e32d39 0.05 MB 109 71
134,886 134,886 00000000000004cc5b8801ae34067ccf0be16bc8482c6305daa345f7ac19c8a8 0.01 MB 20 1,717
134,885 134,885 00000000000006441f96d1c4ef05f62151ca0b86a8f8bd5977fd203a350b26af 0.04 MB 56 948
134,884 134,884 00000000000002a61e1584899db49c928b3e896b9564b3aacc0271fa38220442 0.00 MB 1 0
134,883 134,883 000000000000052dd99a10465c5abbdebc16356e77959da2a253b3d89e3fa0c3 0.01 MB 15 87
134,882 134,882 00000000000002761cb5032c7342272eb6032d37180b0d4cfd6147b53499797a 0.03 MB 63 388
134,881 134,881 0000000000000ac7a9b10ab7929630c2b9c42b5a3d80f9d6ed6f5636866dd2cb 0.03 MB 106 2,240
134,880 134,880 00000000000009f7c2a59a124768cb53db0ec9dddec5f881496e266758d4bf1e 0.00 MB 1 0
134,879 134,879 0000000000000233c5561d1d8716d0415cf339205993f2b1ebaba269b19bfdf9 0.01 MB 19 596
134,878 134,878 00000000000005a16017e05119a498962e258d5970b905a98588677271ca0ffb 0.00 MB 2 194
134,877 134,877 000000000000034d9a21e911ba24cc6082b1455f122ce19ae330658f06401c47 0.02 MB 31 142
134,876 134,876 0000000000000512d4398f9feead7e6ecaf4cefd4cbf018429cef1a1c47ffb7d 0.01 MB 16 1,355
134,875 134,875 00000000000002310ccde5f2ea25a98818b3b431a29ba2ce94c0c7a6df90a67c 0.04 MB 109 212
134,874 134,874 00000000000007279747bf7179aeebda255e67a3b047feee494312ef196b39b0 0.05 MB 108 307
134,873 134,873 00000000000001fc7a2994834bc8233c8d969b0406b8d9d33cbf1b88b6db656a 0.05 MB 82 114
134,872 134,872 0000000000000a024088dc9cfdad8c92832684bb6f38079353bdaaaccc98e7ad 0.02 MB 33 706
134,871 134,871 00000000000007fadf8382f573e8765f965758bea6579e6d320515239a0ab5cd 0.05 MB 117 282
134,870 134,870 0000000000000a3e809a612e589642981a86c858f94663e8607a3f35548d19de 0.00 MB 1 0
134,869 134,869 000000000000001dbaa7a74c2754605aa044c1bffdbec6dfe6eb2e0d6a91bb11 0.07 MB 170 1,192
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.87 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.