Memory Pool Memory Pool Refreshing

84,446 transactions
36.18 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,651 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,822 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,650 (181,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
667,732 667,732 0000000000000000000650273b1c6a60ce5574b22a32d4c4cb81a6b2d6778cc0 1.10 MB 838 17
667,731 667,731 00000000000000000006d4be32655f5f1fce418342b16ddd2afd18c4e7a4caa9 1.20 MB 1,963 31
667,730 667,730 0000000000000000000a891e85445e677eb3f67c099bb9c0c5f2ca320c952015 1.04 MB 2,142 8
667,729 667,729 000000000000000000074ec78ec503c72edd08dd557769865c166f0ef25c45a8 1.22 MB 2,334 28
667,728 667,728 00000000000000000001347b7fc65d5a187687e4bf5ef4f0956d32e8d7e61bf7 1.31 MB 1,914 11
667,727 667,727 0000000000000000000021376fd794196b0c9b0653bea169871077b865bdb98f 1.55 MB 1,649 40
667,726 667,726 0000000000000000000228f72e6a1c95e158bd5a215492cbbbfed807acd02bc1 1.29 MB 1,992 86
667,725 667,725 0000000000000000000917300e6917dd7c1617ed0d68cd6f5b164b56fbb9856b 1.38 MB 2,749 76
667,724 667,724 00000000000000000003d78c4ab74b5b41d25618022f53c59832b3ce6404b2d5 1.32 MB 2,125 92
667,723 667,723 00000000000000000009c42ac35d803eaac905c345d88f8d9eee63aa31ce0374 1.50 MB 2,610 64
667,722 667,722 00000000000000000005f44cf049b6ff2303e29cbaa94d1299daa3f08f760b06 1.40 MB 3,048 102
667,721 667,721 000000000000000000040d2aed107f9d4164266acd07c009e4bed735ac438fdd 1.63 MB 1,530 28
667,720 667,720 00000000000000000007cf1cd6c413e798a8a12ac22535464c031cd1a0d1e379 1.44 MB 1,555 41
667,719 667,719 00000000000000000007aca307b60549ea0565e6755d261b0b601d98a5193c98 1.94 MB 395 8
667,718 667,718 0000000000000000000672cb73d1a5600a225d837bebd4ae136f7becfd2da0bf 1.49 MB 1,433 36
667,717 667,717 00000000000000000000052307c120170c344629fa147c738e5d025253b69f71 1.84 MB 188 6
667,716 667,716 00000000000000000006270a576676cb23b72fa6eef59a4f9267062b9e42d35a 1.35 MB 1,472 48
667,715 667,715 000000000000000000081ee2b6d91de0a02e85e3fbfa3c88b9dd0515c80d4cd8 1.55 MB 833 14
667,714 667,714 000000000000000000091ab75f8f6ce716ee22ef10348054f783ecae11252246 1.75 MB 485 11
667,713 667,713 000000000000000000014c064ca59788a11008b9d9660485d9d298a3b4d791df 1.58 MB 1,156 21
667,712 667,712 00000000000000000004a4a76984ca81488e519b00fe421194e0b2e0a218cf4f 1.53 MB 1,636 38
Previous 10 blocks ↓
Total Size: 660.84 GB

Node Information

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