Memory Pool Memory Pool Refreshing

2,059 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,730 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,042 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,729 (863,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,765 44,765 0000000032018392b26789ddce30e0f3029707d6a97cdf9a054a7bf3511a4fc3 0.00 MB 1 0
44,764 44,764 00000000357c13260860d06d424efc01b7676f1847e735fc2ad7440402fd1e2f 0.00 MB 1 0
44,763 44,763 000000002133189bbd61af12a8371e6ec16a126d0558ae7ad93f0750e3dc314a 0.00 MB 1 0
44,762 44,762 0000000012a52a1b97b789aa160e60b4b57ae08f6116c2e34aa5f7560407fad2 0.00 MB 1 0
44,761 44,761 000000001c74379693d43afde06aad8ccd3a81b6243abf0695d0a47c436326a9 0.00 MB 1 0
44,760 44,760 0000000007d86ad3ed342054a430936570bd855db60013abc898a0e2051676d4 0.00 MB 1 0
44,759 44,759 0000000028330f428e8b3fe52c31472f3b9de8e77b703f21f68a11579c0d806a 0.00 MB 1 0
44,758 44,758 00000000027d82becbd3f7c4bd5294f4c7a770d1c483d746f8c4f0f081bdc124 0.00 MB 1 0
44,757 44,757 00000000357f5ef1b0289effd635aa89a3ff786d97b78de0800b037370b06456 0.00 MB 1 0
44,756 44,756 000000001c18b54634c3f34670572b2d7ccebdeb04baebb3030fdb8c31c0172f 0.00 MB 1 0
44,755 44,755 000000002aa79c038dc6a23c410046d1c9672d7a3fc883d9110b93e4ba08b3bf 0.00 MB 1 0
44,754 44,754 0000000014ed75f3fa0d3ba6e8dddf9a2312acb58f3c004343783e053a0f0e70 0.00 MB 1 0
44,753 44,753 0000000002759a1fc4fed6c2b3c9c4e891205590a97bfe9b35c37788892d311b 0.00 MB 1 0
44,752 44,752 000000000874d18fbd94a8b618070612e2a47021b00bf9ee5b9060300f1f136d 0.00 MB 1 0
44,751 44,751 000000000caa3db680d69de6fbf8d3bb838152c04f65e12e82941a1abbb57f58 0.00 MB 1 0
44,750 44,750 000000000079d4b1c495c75cc7fabc45019b466d807a8bfa91001150aaa7cc68 0.00 MB 1 0
44,749 44,749 0000000008b0a27547c2f69c478de5ec592a10f37bdd9316d623699d56b6ab3a 0.00 MB 1 0
44,748 44,748 00000000331025c9d213874192e97324af7dc5c65a91b47d2beb36c43c6fea4b 0.00 MB 1 0
44,747 44,747 000000002e8d38f7e4380afebc37caf8476b2fba8d6d79b7df3f0d65fc1fec24 0.00 MB 1 0
44,746 44,746 0000000035e3499591b7b3505715e6802841d4257946659f651443344a9437e2 0.00 MB 1 0
44,745 44,745 000000001510f1e0b8a1af22f3d7b102035d1b4becb4716354aa34d0880ab310 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.06 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,855.17 GB sent, 102.26 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.