Memory Pool Memory Pool Refreshing

76,787 transactions
35.01 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,590 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (281,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
568,468 568,468 000000000000000000124999e9487ad9571a09164f6a2e04482ee341da4322b9 1.08 MB 1,933 7
568,467 568,467 0000000000000000000f4fb76c90219351280f2bf9724cca85c44e9f50e172c8 1.20 MB 2,962 10
568,466 568,466 0000000000000000002aae899708775709a00731c5d2291e559ac85299ecddbe 1.30 MB 3,086 18
568,465 568,465 00000000000000000025668e2a1b85b8470649faa7e27eb7a426c94077f88e53 1.32 MB 3,269 26
568,464 568,464 0000000000000000000fbe422dd4d4f36e717736c931893eb26f5fbe3a80f37c 0.57 MB 1,264 15
568,463 568,463 0000000000000000002da8256e0b1fe1811069eb6f17708d70f9f2a151ed6689 1.39 MB 2,740 19
568,462 568,462 0000000000000000000ceb21f6980ca05649a5079d870d89a3ee651189f61ad9 0.93 MB 1,716 15
568,461 568,461 00000000000000000016c397aafeaf77a5d4d4e8d264132e91d208b3a05b941a 1.25 MB 3,052 17
568,460 568,460 0000000000000000002db3b1579a60915098a2400c09a624b51b5e0dcc8e742b 1.26 MB 3,187 16
568,459 568,459 00000000000000000028f5c8c8c7bfae7fbfa0f77a598654de73e16680b210b4 1.25 MB 2,990 15
568,458 568,458 00000000000000000011dbc4f4c8acb30cd6828a4011670c6263087a3934bcf1 1.27 MB 3,106 24
568,457 568,457 0000000000000000001e4cb64e17b65f2654e5807a2cb5845c3def034d8a54df 0.38 MB 783 20
568,456 568,456 0000000000000000001217d683b8f92e5c162d601840f8bcc1f4cd10d83808ad 0.53 MB 1,061 15
568,455 568,455 0000000000000000000536f8844734bb1463e6864cf1a5ce308ed7e354355bb7 1.26 MB 2,714 15
568,454 568,454 00000000000000000028391fa33a8fec86c1967a14a6c0285a693be736e32061 1.24 MB 2,957 20
568,453 568,453 00000000000000000016d37c37f1e6bc49cb75c50f8fbaef01b7752c4c9729ad 1.30 MB 3,168 29
568,452 568,452 000000000000000000259bf1005f4c0d031e9992a8ec1d17deb4b9f4c04a9eaa 0.54 MB 1,130 15
568,451 568,451 0000000000000000002bb529a748ca57fa997c25690c6fc087d6c47c9a63e3ff 0.49 MB 945 17
568,450 568,450 0000000000000000001fa21c9dd7c24ae362c5d7b391c97aef445bee3abfb7d3 0.76 MB 548 1
568,449 568,449 00000000000000000015bdc8e0bdd8f4ed3d47b325e2a294a2683ebfcdef5dc6 1.25 MB 2,706 8
568,448 568,448 00000000000000000003b00cbd9b3b97f50e9b99e38a156d78ce4be73c373889 1.13 MB 2,383 5
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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