Memory Pool Memory Pool Refreshing

59,660 transactions
31.51 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,979 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,658 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,978 (289,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
560,477 560,477 0000000000000000002dd1e8f75a6ff07b57281de8e4d8b6ce348494ba23441d 1.32 MB 1,883 27
560,476 560,476 0000000000000000001b845a85a4e3c8293ce23d2d7c7d37adf7ac44ac9970dd 1.33 MB 2,094 14
560,475 560,475 0000000000000000000f12c010918fdcb3e326ece46b711d2d63d2658993a0c7 1.22 MB 2,253 39
560,474 560,474 00000000000000000008e96f87262cb715583ac9d38e369701324ebcd0cdc69b 1.16 MB 2,646 24
560,473 560,473 00000000000000000009443766b4fcec66d68401f8a4f42f298864ee2096721c 1.28 MB 2,854 54
560,472 560,472 0000000000000000003048548cd1928b67931708d719038caaad281f92e39e78 1.25 MB 2,749 24
560,471 560,471 00000000000000000026adce856c1ea1fd2655dc07aa18cfdab11a1d08906c8b 1.30 MB 2,809 11
560,470 560,470 0000000000000000002d036b4d1d3f50458493351630476e5285c8b6ccefcf07 1.22 MB 2,650 43
560,469 560,469 00000000000000000020a4ce87336fc0736a9965ff66cf9f3df5f561ebef9bdb 0.65 MB 1,089 2
560,468 560,468 0000000000000000002a2ac2229355ad270d913191282c0a697321933ad51685 1.22 MB 2,112 5
560,467 560,467 00000000000000000006b98777f7352c60465dfc3b387ff896291b247b9b6242 1.10 MB 2,502 8
560,466 560,466 000000000000000000196d6d1d3f6fe9a9115a63d9b6714d9cef1a976bdb6b35 1.19 MB 2,734 10
560,465 560,465 0000000000000000001f2c05c8b2fc68b901442ea51698ce585db540d2e0c752 1.25 MB 3,031 34
560,464 560,464 0000000000000000002a5b4b71f86bbc09cf046f2541e290722034fcc00eab8d 1.22 MB 2,803 26
560,463 560,463 00000000000000000009a8541d1ab173ce0536bee9329df7ce20f34a0d1058dc 0.53 MB 1,403 14
560,462 560,462 0000000000000000002f06e684a7c239c3f192920ac2850936ca4ca07417b6b6 1.00 MB 1,302 4
560,461 560,461 00000000000000000014978519860da9dd64f67a20e89d79236a5ec54a90b4bc 1.21 MB 1,762 3
560,460 560,460 0000000000000000002d4df04a4734d46af16d1a75aadbe7773d42608593e5b1 1.18 MB 2,395 6
560,459 560,459 0000000000000000001f9b79eeceae0a307a75c4e530e50ffccdb9f6337b8bf3 1.15 MB 2,811 20
560,458 560,458 00000000000000000022eebeb91c706a21b6678a7d70e43493f82c21cc8a0003 1.25 MB 2,727 20
560,457 560,457 00000000000000000007bd4bd3a83c656eac2753e9108a27d98647b1c389e2cb 1.21 MB 2,753 10
Previous 10 blocks ↓
Total Size: 661.47 GB

Node Information

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