Memory Pool Memory Pool Refreshing

6,656 transactions
30.90 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,938 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,937 (66,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,219 797,219 0000000000000000000540d1ab9609df055b4ac291d4648c15072e0c3c397c96 1.61 MB 2,672 21
797,218 797,218 00000000000000000002ac12c8ea0ae7521f38ff437d6f27c7612014dcc3c213 2.12 MB 1,464 6
797,217 797,217 00000000000000000005610d70ce31ecc791e6fdf330060935193ef5bc3c6457 1.92 MB 2,228 8
797,216 797,216 000000000000000000022fe34c9f3147fc8793c2b80246c731299ac25ef0ad75 2.01 MB 1,825 10
797,215 797,215 0000000000000000000370a33e0375d7cdcbf52e1fb760ec40fdcf9d178e9490 1.55 MB 1,745 18
797,214 797,214 00000000000000000002865dd6ad3534d9c6bd7d9436acd92df4c0331e078630 1.55 MB 2,666 17
797,213 797,213 00000000000000000002b3bd16f452ff6a0509b67964eecb94c1179e05324528 1.60 MB 3,309 24
797,212 797,212 0000000000000000000397c589644f288a12bab201716cdd769055bfdc438def 1.46 MB 2,749 35
797,211 797,211 0000000000000000000167fbf0a4017e05a18e7dda9c69562db39a25e512b40c 1.72 MB 2,014 13
797,210 797,210 0000000000000000000337d51dad63f50bbb9b89dc7246317143a2da9b7a4647 1.89 MB 1,745 7
797,209 797,209 000000000000000000035e64f58d3ff09e33343d72b9552c4dd2c74465f1c1da 1.43 MB 2,556 24
797,208 797,208 0000000000000000000301d714787b7c45308f46a7b62b2ac6cd121905d01a49 1.63 MB 2,068 15
797,207 797,207 000000000000000000012b4197be45c0f12a54001398ab8bfa16d4ce2c690d1c 1.89 MB 2,106 12
797,206 797,206 000000000000000000035cba3c4324edfe8c02719632c9bc6bb6c47624fe5c33 1.77 MB 2,184 16
797,205 797,205 000000000000000000040dfb274a10046529724d0e65df6125134408dca42adf 1.57 MB 2,877 20
797,204 797,204 0000000000000000000473ae067899fc464b0e259156a2db11ee641a043677f4 1.55 MB 3,368 27
797,203 797,203 00000000000000000002930adacea73b37c21afe57dfa4d0444891f17356f26f 1.57 MB 3,227 20
797,202 797,202 000000000000000000033b0630daca1ed71e89cccb4002b5cdf78493be6f8396 1.93 MB 1,772 7
797,201 797,201 000000000000000000043f4d53d166e1503ab02d146d7ec2cac048bf64206ab4 1.37 MB 2,372 24
797,200 797,200 00000000000000000001f4397e81546e92d996b41ae277bf85e09e2d919edc95 1.76 MB 3,634 13
797,199 797,199 00000000000000000004e74c4ec9daa40e08e32cc8bfa3ecaefa58a3fb3e7261 1.91 MB 2,562 19
Previous 10 blocks ↓
Total Size: 687.90 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,532.06 GB sent, 124.72 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.