Memory Pool Memory Pool Refreshing

73,023 transactions
31.82 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,728 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,405 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,727 (546,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
303,533 303,533 00000000000000005fcafadaf7b727b3ef081511f3a7b305f1c414b15bcc166c 0.29 MB 599 38
303,532 303,532 000000000000000008f1f38387a673ac2de6f8116bd67f034ac751303701d9ce 0.20 MB 461 34
303,531 303,531 0000000000000000209e287c7d05f4b32c6e57887b84f321d18b67a9e28f8a72 0.11 MB 267 36
303,530 303,530 00000000000000002a5c2aa3306bf2438bf561d87d0a6071b09ab923ac9a6955 0.48 MB 781 27
303,529 303,529 000000000000000026ba722402052cb79b4ab971992a6c468138d7d3f9b78887 0.01 MB 27 24
303,528 303,528 0000000000000000631259c9326a10198c3b5478b44076d56d619e29beaffbcf 0.14 MB 259 31
303,527 303,527 000000000000000049cd4e67934addcee1dea0f050fd7f0ec6ca1cf81794b057 0.09 MB 148 30
303,526 303,526 00000000000000005fd0239a55528cf8e5fe99e0cbd9eb9fd555b97648c9366f 0.10 MB 113 28
303,525 303,525 00000000000000005b1a68c33d289b23213d065fa014eed8d0166c43d4a18448 0.30 MB 537 67
303,524 303,524 0000000000000000691ee102724e4f10466252f00949b52a2925674ab1eafb1f 0.14 MB 274 31
303,523 303,523 00000000000000002075ddf6b5ebb827a05a28333b2ea962de2d3fe1a1f794e2 0.07 MB 110 27
303,522 303,522 000000000000000005f4524a28dc32bfe111bd8c8ac53415bc2acb2166720067 0.05 MB 94 29
303,521 303,521 000000000000000000eaea3960695b0f170930be5a96aece16afa8ed3708bad9 0.10 MB 203 27
303,520 303,520 000000000000000024450e52f5d08622114b503713243aab15f3f7f989e76267 0.35 MB 350 23
303,519 303,519 00000000000000000009d02509733b687f72bb5bb4e829162fb3078e791fba2c 0.35 MB 626 31
303,518 303,518 00000000000000001291e195f3e0b3ca3027f1f37b11c6778e05064dfd024b4e 0.23 MB 316 30
303,517 303,517 00000000000000000a61cb448f2589fad3e4a03250edb1f00ffea3fb426420b7 0.04 MB 62 24
303,516 303,516 00000000000000000e6a6a5808f88f3535a96be69cd836b95fb9476c450a6605 0.01 MB 14 17
303,515 303,515 00000000000000002249336340df0de4463676033ff93f7d4a07249f67d0a7fa 0.14 MB 262 30
303,514 303,514 000000000000000048112e57e515fbd766b10adc1e6d77d4f0d277f64aa96805 0.19 MB 93 12
303,513 303,513 000000000000000068b1a970e9c672aec644338970a022dcda6342dff1f8211f 0.35 MB 803 42
Previous 10 blocks ↓
Total Size: 661.00 GB

Node Information

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