Memory Pool Memory Pool Refreshing

40,141 transactions
33.23 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,559 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,135 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,558 (367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,191 863,191 00000000000000000001a7236347ef4d00a4867023452318fe86e1aeec0021a9 1.59 MB 4,972 9
863,190 863,190 00000000000000000000ef35e6c1bd110c6cebcf843bc54971f05ec48b082300 1.51 MB 4,799 11
863,189 863,189 00000000000000000000ec6cfbaf75bfa5fe94c0012e1839151d00ba22ab3706 1.54 MB 4,292 10
863,188 863,188 000000000000000000005938ea98acd8233bca9ac7c2187ebaf8e3825fbaa490 1.66 MB 4,570 12
863,187 863,187 00000000000000000000534c02b0db3815b58043ea529ad1c43a37b331e6d7ce 1.66 MB 5,600 11
863,186 863,186 000000000000000000029386f83771e2e25479aa3a3680a92905b99e65524f82 1.54 MB 5,570 15
863,185 863,185 00000000000000000001aaeacbb8816760ce2bb4d65b297be0cdad001c3b6026 1.71 MB 4,301 13
863,184 863,184 00000000000000000000b6a36a565aa79a8e1e2410654bc4756a723e636d8c37 1.68 MB 4,648 14
863,183 863,183 0000000000000000000288312afd72b34365ec7bb2b3a7c65b6aada91429116e 1.81 MB 3,691 12
863,182 863,182 0000000000000000000004047003e6eabee376258e11356a84a7f384fac5aabb 1.58 MB 4,777 14
863,181 863,181 000000000000000000020dca1864b5765634eae8d0d1bb6b83bb3c137f120ac7 1.52 MB 5,013 10
863,180 863,180 0000000000000000000281d4e481ddf2489a4e9f7a7a0de556fed0fd88fca584 1.52 MB 5,607 12
863,179 863,179 0000000000000000000039af63d3feb72f09683c958778c88e7cdf5b829dc5dc 1.42 MB 6,332 14
863,178 863,178 000000000000000000016ef114bf09714587bcf262933aebd99e9984ce8e4002 1.42 MB 6,785 12
863,177 863,177 000000000000000000023a0b494a29d4e782dd5158ef3918fc77ec58757cfdf3 1.42 MB 6,713 13
863,176 863,176 0000000000000000000186df97de58be4cab67188c1f726064acf9195f0b8a23 1.44 MB 5,231 14
863,175 863,175 00000000000000000000a91bc37231e4527dd5824e0ca08742f7d64f67ccb9a7 1.43 MB 6,080 8
863,174 863,174 0000000000000000000327c58d477ef88a19f2093cfc0e06454246913c094b21 1.29 MB 3,986 7
863,173 863,173 0000000000000000000284b5dc86d6cb49ee58ac9e148eb8ae21feeefd7bc9f8 1.45 MB 6,574 8
863,172 863,172 000000000000000000003ea437a5ac285fad703401bcd156aafa3986356b1f86 1.51 MB 5,947 11
863,171 863,171 00000000000000000001c7211d666265ff585cea47421f661aa4b9c204ff702a 1.57 MB 5,479 7
Previous 10 blocks ↓
Total Size: 687.18 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,509.74 GB sent, 120.05 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.