Memory Pool Memory Pool Refreshing

82,132 transactions
36.26 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
849,770 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,885 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,769 (781,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
68,733 68,733 0000000000510e5560b36ab97103bc43dbfb1f81074b7933e18933f6c635d860 0.01 MB 7 0
68,732 68,732 000000000008a3c9dcb4ee12044bcb6c63babd7e118a8bf3abae0b8d8b29e1b8 0.01 MB 18 0
68,731 68,731 0000000000c662455ed9c384e9482a042ca8f11c64215bfcfa1fcec1572f0b52 0.00 MB 1 0
68,730 68,730 000000000023bc7e7c1393837e745c8f70212b08fa34f27026f94b5648966bef 0.00 MB 1 0
68,729 68,729 0000000000bbb9b01aaa684de44e0873222b63193f6ef22a2fef73aaf293421b 0.00 MB 3 0
68,728 68,728 00000000012e204b997425ea61bc82c8e550a8ccca5956a70c613a4df8316cee 0.00 MB 2 0
68,727 68,727 0000000001451f0d8695c509061ff2095d5ca1ff4422edf953e65513838b7993 0.00 MB 1 0
68,726 68,726 0000000000fe9aef998742a027f63c9ab42e490b404af7d8a802f2123688fa52 0.00 MB 14 0
68,725 68,725 00000000015c421fabfc5b28be61584af960671184dc7d428ebf389790d6aeeb 0.00 MB 7 0
68,724 68,724 0000000000ed51ecdfb8545079daab8e385fd454f0aee11d83a6c54601f8df1c 0.00 MB 2 0
68,723 68,723 00000000011bdff4eba3a15d88928095fe44f61765de8b7b2af05f555675b129 0.00 MB 7 0
68,722 68,722 000000000131b1a7deefa8059ecdb6dbc1c8dc668921f4854302c2f43577f62d 0.00 MB 13 0
68,721 68,721 0000000000aaad4d5f7035ff22a0e0ec62c393852bdce27978097589be378920 0.00 MB 2 0
68,720 68,720 00000000011ed9e86429ab02a2a5730b9ff2dd816dfe477be0a10f401568609a 0.00 MB 6 0
68,719 68,719 000000000155b15556861cb02807e9eeb76285ee9cf78ce8b1e758645a0722d8 0.00 MB 11 0
68,718 68,718 00000000014836a8d755d493d62811b8de96b87d81e8ffc3e1a633dad96e2be6 0.00 MB 1 0
68,717 68,717 00000000003590ee2b360c5ba7597ec4708a6aecadc9e4614089715432d2e9c0 0.00 MB 5 0
68,716 68,716 0000000000f5783598367a8899ec2288aa9817143f904052bafa662ab6a63709 0.00 MB 1 0
68,715 68,715 000000000001fdcd9a1443dc9c3c451cb8faa44f3680166b17dd67470d01c8be 0.01 MB 6 0
68,714 68,714 0000000000358cad6825b1b5e3a496a6f913b997dd91476081d4dfe51feddfbe 0.00 MB 1 0
68,713 68,713 00000000014d112984956832483cf362f7460c26f283bf11ff3b99c9a76997cf 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 661.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 104 incoming
  • Data Transfer: 714.35 GB sent, 4.49 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.