Memory Pool Memory Pool Refreshing

34,892 transactions
28.33 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,551 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,550 (143,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
719,048 719,048 0000000000000000000970af1b51fb5cf22113c59fbf57e74e9b198d9df2d92e 0.56 MB 1,027 7
719,047 719,047 00000000000000000008c0693f25ed5f7a0c8bc4a212f86ff40f062675a249ba 0.38 MB 776 7
719,046 719,046 00000000000000000000a0071cfcd15f4f115418a5ae0ad738ec3e01989c2bc8 0.82 MB 1,781 6
719,045 719,045 00000000000000000006b019f53d80a1e39acf13e95f885ff6160ff167e86ac2 0.78 MB 1,527 5
719,044 719,044 00000000000000000004b492b608a39bed56b03384f6ddac5ffb5d3a767c3328 0.83 MB 810 3
719,043 719,043 000000000000000000051649e15e63944ca282838cceaa4080227f48d20111af 1.36 MB 1,525 4
719,042 719,042 0000000000000000000506d77e2293033fd8f06a31d893794760835e40bf0344 0.88 MB 1,627 6
719,041 719,041 00000000000000000000f21225cae99825aa643f11c97afe70094321d496f473 1.12 MB 2,102 6
719,040 719,040 00000000000000000004aea3abc19ff95190f62f40d949db7fdb54f03d5fb324 1.50 MB 3,029 8
719,039 719,039 0000000000000000000047b4aac4ce514b039f266343c3e918d9b914745c0a18 1.01 MB 2,010 7
719,038 719,038 0000000000000000000199d53a4946c7fa86f9e8fb1a7dbe490e9eddc35e9c58 0.39 MB 778 6
719,037 719,037 00000000000000000008a57da0d3b47c329d6b815a765355df8c167ef7089976 0.72 MB 1,310 7
719,036 719,036 00000000000000000006b9800f8225f7d1b78c17e812eb775f2015ac6875e439 0.85 MB 1,515 6
719,035 719,035 0000000000000000000673115cd1ce5d094c4b4f6f5dbff10dc8efe6de982102 0.45 MB 682 5
719,034 719,034 000000000000000000036dad6621f1b2de811f10ec6f261f356d8343d8bd0dd1 0.08 MB 191 10
719,033 719,033 00000000000000000007ab592a92dd4f75ab27bd927feb2c62e871b4b610b423 0.92 MB 1,384 5
719,032 719,032 00000000000000000005ab7fe297977cd7e548cb3f70db6d6f57be1d34b4813c 1.80 MB 2,301 3
719,031 719,031 0000000000000000000309723c43d04dc79314661f1c86057b350af4fd385b74 1.53 MB 2,690 9
719,030 719,030 0000000000000000000454a37b10102846fe12ae65574e20c1807b62c3fae9bd 0.77 MB 893 4
719,029 719,029 0000000000000000000153ae44c5b1b2bfcdce587c14767553a8502fb580d062 1.15 MB 436 2
719,028 719,028 00000000000000000002aad04d1916aead0d9b0cdc5be8d5e33ee1b86af5b871 1.13 MB 1,359 2
Previous 10 blocks ↓
Total Size: 685.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,373.65 GB sent, 106.98 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.