Memory Pool Memory Pool Refreshing

76,646 transactions
32.48 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,597 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 561 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,596 (225,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
623,734 623,734 0000000000000000000765b1ec51012e899650e8085f6a3ebda52c75669706b0 1.10 MB 2,043 9
623,733 623,733 0000000000000000000f6e6a31d1c249177be09ea5fb486052c4d006012cbf65 1.31 MB 2,414 20
623,732 623,732 0000000000000000000d8aaedcbcf5bdf86a49c729300ea0b1270fe2fc32fede 1.39 MB 1,918 13
623,731 623,731 000000000000000000012612b579e38374a7784041da784feaae85d9239d54ea 1.36 MB 2,336 51
623,730 623,730 0000000000000000001206caa159af17b22e2d9a30d6de0a406ba8dcf4903328 1.31 MB 2,263 26
623,729 623,729 00000000000000000003ac768075f440515b9b50b4974da2dbafe2df270a3845 0.56 MB 991 16
623,728 623,728 00000000000000000001c0b2af814c569b574bd28a0ff0f63da268ecc01c7327 1.19 MB 2,199 17
623,727 623,727 000000000000000000121490b6c1253f8c174ef8cc0545bd4b406397a5870b09 0.83 MB 1,642 17
623,726 623,726 000000000000000000008b148fc3a43f8df1e85c1ae1f06a4bcd4b2688e17f29 0.50 MB 1,200 15
623,725 623,725 00000000000000000010b5c49a86d10134bfd545a5cf1a9849c16acffc5e2aa1 1.15 MB 2,311 21
623,724 623,724 0000000000000000000b42abe216eb2cbc3167a1b78dad2f0cc7104b91f07a8f 0.39 MB 181 2
623,723 623,723 0000000000000000000a7b987b7e6e61f10bd335acf5a5c423ce6c1f518cc275 1.26 MB 2,924 18
623,722 623,722 00000000000000000005d692b77ebc68ee5dfe7ba08ab771cd9062e783afea68 0.46 MB 1,025 16
623,721 623,721 00000000000000000011a6f88f2228408db6992236027bdb152dc72b5557b13b 0.27 MB 461 19
623,720 623,720 0000000000000000000b30af613fdf12131dba6f598088582fd702a89df77d94 0.20 MB 320 33
623,719 623,719 000000000000000000135c14149a8796eb91cf031f3cd60a1568e9881b073a88 0.63 MB 445 6
623,718 623,718 0000000000000000000fd285c372ec2af65840183261ff0c084a046b3804176b 1.23 MB 2,602 11
623,717 623,717 0000000000000000000f94db060df1370502053288de0fefb806b017777972b4 1.40 MB 2,971 26
623,716 623,716 00000000000000000008f7a775bbd7a6841c45708662a7e5cc6c7224a543ac2c 0.20 MB 532 21
623,715 623,715 00000000000000000000e21a70fc22b7e74b51034a79a4051aaf40363a8f0fec 0.35 MB 580 19
623,714 623,714 0000000000000000000718a177946c823266468573007f6b8ea26ee1f404d04d 0.89 MB 1,759 18
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 96 incoming
  • Data Transfer: 527.27 GB sent, 2.94 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.