Memory Pool Memory Pool Refreshing

49,598 transactions
37.12 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,381 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,008 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,380 (152,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,528 696,528 0000000000000000000e73186dbf6b9998b103c22ccf6505bdaab1bfa3b7725b 1.23 MB 1,588 9
696,527 696,527 0000000000000000000684f4d0b0b41ae09ee6f2c3aa5699fdcae60086781612 1.36 MB 2,225 11
696,526 696,526 0000000000000000000ec3ed011292ba16a1aaf14b7ce85e61bb6760889191df 1.37 MB 1,630 5
696,525 696,525 00000000000000000000989f7f01d7473154700bfe4fbf476ebaae01ffa9b57c 1.45 MB 1,930 33
696,524 696,524 0000000000000000000eecf26f17aa9daab9ecbc352b7beee32818b768971db6 1.17 MB 581 3
696,523 696,523 000000000000000000058c9efda0c5488acbc29fa9fb0a4a8f4ed296d1373191 1.42 MB 2,255 2
696,522 696,522 00000000000000000008e105e8b21d7c9878903fda60208b1433e6f1ce304bad 1.61 MB 1,585 3
696,521 696,521 000000000000000000080c4caf38efcccc8e4fe641b7f34ecc885d28316d1cff 1.45 MB 3,102 14
696,520 696,520 0000000000000000000c389e5880f982ae2048918806e1a83b3ed6d0a62bfe4f 1.54 MB 2,709 22
696,519 696,519 00000000000000000008e6f0f048e629bc576c4a2d1129579ee3baa6ed8ba4ec 1.69 MB 2,210 6
696,518 696,518 00000000000000000007c49ff5d39baa6b10be16c32b06749ed86aa0ff39e000 1.27 MB 912 6
696,517 696,517 0000000000000000000d98061745eaef45cf529d8a378f940a160ec6d7ea9ae7 1.46 MB 3,213 12
696,516 696,516 00000000000000000011c107e0fd0e83f9796ca8a25b6f2b4b305a46233269da 1.47 MB 2,074 9
696,515 696,515 000000000000000000118f7a295dace5f2dbf0341a0b3dae782a3de807776677 0.22 MB 588 9
696,514 696,514 0000000000000000000400ad5207e928dae921a7c36340580447265fb815f52b 1.46 MB 2,612 5
696,513 696,513 0000000000000000000a655b967b81d61c892ec45da4d2f330a10810051ab74c 1.37 MB 2,982 11
696,512 696,512 000000000000000000114d85a6369e764d4fc79235c5e57f17fcb0749c73b7bb 1.48 MB 2,656 21
696,511 696,511 0000000000000000000042ae6e859d13eb08e784aee89dca67e27d4fbea2b28b 0.35 MB 582 8
696,510 696,510 000000000000000000021d86a7cdc01dc4b8dae0f8a57121bed05e753363cb88 1.38 MB 3,242 11
696,509 696,509 00000000000000000009a1475cefa45fcbdc035de0c943fe7b86548c943070e8 0.71 MB 889 8
696,508 696,508 00000000000000000011a79c8313c417c32dbf4ce5996e1b9dd1f2109ac530f3 0.04 MB 58 5
Previous 10 blocks ↓
Total Size: 660.34 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 81 incoming
  • Data Transfer: 288.75 GB sent, 1.00 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.