Memory Pool Memory Pool Refreshing

33,228 transactions
19.84 vMB
Show Random Selection Loading Transactions
Max Size: 108/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,012 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 5,305 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,011 (193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,818 865,818 0000000000000000000069f21cf639cfdf358580261e7ad9c0eaebc9e86909f5 1.53 MB 3,639 18
865,817 865,817 00000000000000000002101712aac7c98e6d868d12c4a5bf479e447305d7d97b 1.56 MB 3,557 29
865,816 865,816 000000000000000000020c0221c8aad10e5eed61d4b37c6fcdb5748e1d81c921 1.54 MB 3,272 16
865,815 865,815 00000000000000000001bbe17df2cdec3eefb4600b1dfb9750aaab73ec5234d6 1.62 MB 2,939 25
865,814 865,814 0000000000000000000275d9c1761278344fddafc11382590c73b91897004b79 1.56 MB 4,604 21
865,813 865,813 000000000000000000015805f1e407534be8f680bd64370e54e68efa761eb2ce 1.62 MB 3,403 29
865,812 865,812 00000000000000000002758006defb1d69277e053ef387a46b31d1b4d9653553 1.74 MB 4,168 29
865,811 865,811 00000000000000000000e96cede8d3ff86e6f045aeec6b287cd022fb758f023e 1.54 MB 3,896 39
865,810 865,810 00000000000000000000f77212a4bc60525f3ed778e119e60b1ff5e503491a76 1.60 MB 6,044 31
865,809 865,809 00000000000000000000804279d812ba8eac7faced4036875c7d5124c8c85c7b 1.46 MB 4,884 46
865,808 865,808 000000000000000000020366e3b47405424f51c5e7a90e5ce68a55367daf59c9 1.48 MB 6,459 64
865,807 865,807 00000000000000000001a53b505881022d57ab83d7cff4bf05d44501351f43bd 1.46 MB 6,849 71
865,806 865,806 000000000000000000022c91f850187feba09e25d0962e62623b3a82c4feae54 1.43 MB 6,493 51
865,805 865,805 000000000000000000003ff7876b9521c263fe85e633b304bf32ec4f161ea620 1.47 MB 6,524 33
865,804 865,804 000000000000000000002cc3dcc42b29fa73411fc2cda9e3ecb1229d2af1c3dc 1.49 MB 5,855 21
865,803 865,803 00000000000000000002d6534649d791972ba4c149e559a7f8d638a78ffd723a 1.59 MB 5,704 24
865,802 865,802 00000000000000000001c86ad03f781031ae73b7f6245b2e2ec36cf342cfffbf 1.51 MB 6,508 28
865,801 865,801 00000000000000000001a36276a6e00fb9b9c3993ec6f6a46f0874a8d6d9db86 1.52 MB 5,718 26
865,800 865,800 0000000000000000000282f1b0de8ba923d6e245d0d790b33d78209ac70b01ac 1.48 MB 2,682 12
865,799 865,799 00000000000000000000314da0cc2933528b4d6699d7fe792f351b6a11d359bd 1.61 MB 3,209 14
865,798 865,798 00000000000000000000eed160408e710361813fa169ea492f85a21a8ab815f5 1.62 MB 3,487 21
Previous 10 blocks ↓
Total Size: 691.76 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,807.48 GB sent, 155.93 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.