Memory Pool Memory Pool Refreshing

86,211 transactions
35.14 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,579 000000000000000000035d250000000000000000000000000000000000000000 Now! 1.00 vMB 3,198 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,578 (183,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,419 666,419 0000000000000000000b9b358f15d2547e6031b801cd212a63ab7c1c3e952c73 1.34 MB 2,450 50
666,418 666,418 000000000000000000009237acb5547ca00554a46a84e429497e18c09dabb10a 1.18 MB 2,420 22
666,417 666,417 00000000000000000003207aaf6b8448ea168610106bd04d0c27ecd5e4f6514d 1.41 MB 2,104 67
666,416 666,416 0000000000000000000d8735dcddc56a52a51b48f14f311b09f758d60b5559fb 1.34 MB 3,043 119
666,415 666,415 00000000000000000002d1a30748ac3253ee42d1f74d3db260489862d7e5a037 1.45 MB 2,798 73
666,414 666,414 00000000000000000000ead7e1161a02cd259357a2e35e60a27f9413a877b800 1.48 MB 2,220 59
666,413 666,413 0000000000000000000cc91ff91676b0434619e782387c09767e371a649d4cfa 1.26 MB 1,701 12
666,412 666,412 00000000000000000006f9597ba55f9a7217bcef6063340aae66c452f27e537b 1.36 MB 2,343 39
666,411 666,411 0000000000000000000a17b683c87c04bf7d61b8cb5655c68993efff23ea2566 1.45 MB 2,265 50
666,410 666,410 0000000000000000000158153a1527152e180f61e4814867722de46342692e7f 1.34 MB 2,319 90
666,409 666,409 00000000000000000007a9d2e4759996ffd4b6b4cfcc80afd61e5a1de269534a 1.29 MB 2,233 114
666,408 666,408 00000000000000000004532418c9f968875b44f1225ccf8be67a2e90b9dd30be 1.25 MB 1,799 32
666,407 666,407 00000000000000000009a01c7d2ca2eac9fc728ac25ea154bb4da215e5b068f2 1.26 MB 2,555 17
666,406 666,406 0000000000000000000af5dbc7d686220cdcb5de7937996fff9b2314cd2b044f 1.32 MB 1,850 48
666,405 666,405 0000000000000000000a198ae1c2284ff51fc7cb1455687e66c2d45b26a755ea 1.24 MB 1,313 48
666,404 666,404 0000000000000000000739336c09f561314494d37d4655ea8d92e77ef81e83cd 1.35 MB 1,930 65
666,403 666,403 000000000000000000023affd5c8d27a28368ed88faca26bcd17fb797ac49143 1.48 MB 2,417 62
666,402 666,402 0000000000000000000833a6fc280aeae6c1f76b0bce120f11b3e849c287fbd8 1.28 MB 2,068 108
666,401 666,401 000000000000000000048c2db07c35a84dded25afe06f676fbc20f0bb27a3be2 1.19 MB 2,535 20
666,400 666,400 000000000000000000032ffe33175f7aeed137ec968686c950036a0087e482fa 1.36 MB 1,928 67
666,399 666,399 00000000000000000007420ff7f28cd341660b059e2245e07f4ba261ebdce3be 1.14 MB 2,758 26
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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