Memory Pool Memory Pool Refreshing

46,455 transactions
30.93 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,093 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,829 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,092 (280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,812 862,812 000000000000000000006740853af95563b481a16371bf8eb58a3e958729eada 1.60 MB 3,723 3
862,811 862,811 000000000000000000020e45f7e5a52fbcde74813f17ec1159e98857c7dfc82c 1.62 MB 2,395 4
862,810 862,810 000000000000000000017cc6728382bf0c8b0e797a7700a6fe1c8ca19dc5b818 1.57 MB 3,329 6
862,809 862,809 0000000000000000000213e05d574c71cdda7b6a2e6b12ecd7cea477663265ad 1.94 MB 5,209 2
862,808 862,808 00000000000000000002eda013d062073d469b15c79659f06a41acbd9c3c73e7 1.97 MB 2,628 3
862,807 862,807 00000000000000000002c9a4df4021cdd3b66bb813ab609ce35f9d87fc722ab8 1.57 MB 2,933 2
862,806 862,806 00000000000000000001add198aa32909cfdc0117c209251690a9e9cffb8fa37 1.86 MB 1,094 4
862,805 862,805 00000000000000000000766256299d125e694dcea80a663eb8cbebf6fb0d7e8f 1.74 MB 2,532 4
862,804 862,804 000000000000000000019ca9f21e9fe55f2f28787299abf81681aa9286dc9c0b 1.74 MB 1,508 3
862,803 862,803 000000000000000000015f453bdb4ffad0cc7e01c8ea9e7198e93bf5934627dd 1.68 MB 3,602 6
862,802 862,802 000000000000000000014f7aadc913135a4f75369eab26575a6f5b023073eba4 1.62 MB 3,447 5
862,801 862,801 00000000000000000001d084691895753b8bdc61353d887311748febd14253c8 1.59 MB 3,609 6
862,800 862,800 000000000000000000012d9bafcb4c5f8c039e73c7851a7d6c94b1596470fb4e 1.58 MB 1,859 4
862,799 862,799 000000000000000000001b1c5db8f400cf952053778b28023d96947cbc77df94 1.79 MB 935 3
862,798 862,798 000000000000000000022bdce652d36a835012d2b1eecdc96c0d72704a7e467a 1.74 MB 889 2
862,797 862,797 000000000000000000004367c9bb1a211df5398edcb565e7e7868326eb3ba806 1.57 MB 4,017 7
862,796 862,796 00000000000000000000e25a910994311746b06e644d01128094e84bf2c59a83 1.71 MB 1,821 2
862,795 862,795 000000000000000000028f50a00291a66ec90bb4bdb6289be2d046f2c470582a 1.61 MB 3,195 5
862,794 862,794 00000000000000000002da0e1b5b47e447df9fdf35c152250d52c3c761b7a516 1.85 MB 139 3
862,793 862,793 000000000000000000017d45ccd43a033e9aa5051a5b4bc4114dd0ff480f8927 1.76 MB 1,478 6
862,792 862,792 0000000000000000000124b7974d519514f90c9a36972948c7023b79ab4206a5 1.71 MB 2,045 5
Previous 10 blocks ↓
Total Size: 686.27 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,425.69 GB sent, 113.87 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.