Memory Pool Memory Pool Refreshing

83,784 transactions
35.62 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,628 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,785 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,627 (93,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
756,419 756,419 000000000000000000084b36637cc02eceb362f23ada856fd8f354c78de4e74c 1.69 MB 1,555 8
756,418 756,418 00000000000000000002d87884ddbdfa63db1a7cdc224e855ee7c9b49ffecfbc 1.47 MB 2,649 9
756,417 756,417 000000000000000000060c089ccb33428f526a778b1b17bc2f68ac73cc03e742 1.50 MB 3,008 17
756,416 756,416 000000000000000000036c86f2b61705dd36b821f9c9b06cb0632a2767fd9d6f 1.83 MB 917 1
756,415 756,415 0000000000000000000432df7b32836a5e56d978523e855ffaec29491357fb45 1.90 MB 2,123 13
756,414 756,414 00000000000000000008bc66101a84b0e9e15e2e502d7d86fd08362b188fe2db 1.87 MB 1,515 9
756,413 756,413 000000000000000000088445301da372276bad7d5e9467be2bdc244984a1ca90 1.55 MB 1,973 5
756,412 756,412 0000000000000000000687935cade0e706b49995542d876794b363340beb0706 1.56 MB 2,699 15
756,411 756,411 00000000000000000005b25f0c93eb9fda40684c722f34561bec17fa20560ce2 1.73 MB 2,352 13
756,410 756,410 0000000000000000000489f9156fb3de4316a823c02517ce74ee6e3fad1ad828 1.49 MB 3,562 21
756,409 756,409 00000000000000000000c451039c0bb9bc5b74291c353d9f8da33444fc02b6ea 1.41 MB 2,281 17
756,408 756,408 00000000000000000000fa93a8d8387632f0fa64f0623d3350c8e78fd419efa7 1.41 MB 2,655 14
756,407 756,407 00000000000000000000cd0dd9c844a0a59e94a19febe80f03d255e22982e867 1.98 MB 2,661 16
756,406 756,406 00000000000000000005fcbe206e862eca4833ee177fd9e59dc7e15087ad497c 1.70 MB 1,898 17
756,405 756,405 0000000000000000000437e19cb93248938df19dc39a7ee7ad948f027e798e48 1.46 MB 3,076 21
756,404 756,404 0000000000000000000408be9345d8f9ad7100f74955fb5340a050cfe338cbfa 1.36 MB 3,149 37
756,403 756,403 00000000000000000000eba4a903f6b13ae713433db7ffb52bc30613a09b83f8 0.29 MB 385 5
756,402 756,402 0000000000000000000573b6110e9e77864ee0832f2ade5f9317b439c3ce5294 1.62 MB 2,151 8
756,401 756,401 00000000000000000001148d57a1d34756fd5d5771fe9be693db41f06cf59712 1.70 MB 1,253 3
756,400 756,400 0000000000000000000077f1a8a34a4104955846a5bbec945178dbf89ccecfc6 1.54 MB 2,332 10
756,399 756,399 000000000000000000086ce35934cbb99fee8a226665a245410c27448d4adc19 1.46 MB 2,859 13
Previous 10 blocks ↓
Total Size: 660.80 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: 568.18 GB sent, 3.19 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.