Memory Pool Memory Pool Refreshing

585 transactions
20.83 vMB
Show Random Selection Loading Transactions
Max Size: 83/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,321 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 355 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (863,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
44,744 44,744 000000002cd4a7f7379d3e9bfaaf93f7d8b83d341b4d4774dc92a6f8c28aaa80 0.00 MB 1 0
44,743 44,743 0000000016e76a052042a5075d1a0cda8f8269eeb8058060eab0db23f1873f0b 0.00 MB 2 0
44,742 44,742 00000000272a08ad120ee8d1bdb1655ce7e1bea49754a4e745c63a9159db4508 0.00 MB 1 0
44,741 44,741 000000002e06551bcf3b71e8cae4c0b1b04091c7fd28cd9e20b2280c79b1f0cc 0.00 MB 1 0
44,740 44,740 000000001e98238ac901bc7e6322762b71884c5574c6d1a7ca01706577ed1a24 0.00 MB 1 0
44,739 44,739 00000000074d097ac09208d261ff06e496f94620f36dc22c95d392ddbdb9b089 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.24 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,701.05 GB sent, 98.64 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.