Memory Pool Memory Pool Refreshing

82,420 transactions
37.42 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,656 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,921 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,655 (321,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,972 527,972 0000000000000000002fad53c26de420e2c4f611e6695ed77a3b0a060b3f8e10 0.59 MB 948 33
527,971 527,971 0000000000000000000e857c78521be2b1d084205eefedeaebff50ed62c7f93e 0.08 MB 159 14
527,970 527,970 0000000000000000001eeb0fbaa4e70472c6365abc8ba59e290be10fd4bbb9f1 0.03 MB 86 10
527,969 527,969 000000000000000000076228c08221b26ca9dc1f5a9375014a4e3e11c07ac983 0.73 MB 1,583 20
527,968 527,968 00000000000000000014bb1821153c804b66d2fb0cdcbc3bec25bd9f3274e236 1.15 MB 2,483 22
527,967 527,967 0000000000000000001a5fabc8409daf8dd4dfecb4607ee5ac45fbc5f4c7c1c4 0.61 MB 1,546 20
527,966 527,966 0000000000000000000a8d9a60f1849d029c28a6afc239a099603f6292a33875 0.08 MB 202 18
527,965 527,965 0000000000000000001672165a38827e596d76c18711e06e5ea1649d9d6ca932 0.40 MB 981 7
527,964 527,964 00000000000000000016bc968c828d09feb20e1568649209aa33d1720f58548d 0.20 MB 333 36
527,963 527,963 0000000000000000003280b762d46a17c842cc03bf9bbbea93f62bfdbbc47e02 0.15 MB 383 10
527,962 527,962 0000000000000000001b203c59e8cdb0dcc264640573986c2d1c89ad70f4dbc9 0.28 MB 569 29
527,961 527,961 0000000000000000002a9a3d25a032f492ddde7dfc01f34ecab3ab340657397e 0.79 MB 1,956 20
527,960 527,960 0000000000000000001ec6e70ff40e515532a5fbbee22249ac60bca63103a722 0.03 MB 75 13
527,959 527,959 0000000000000000001f7162b53d4c073aecaceae12e75249eb916055e64f763 0.04 MB 111 10
527,958 527,958 0000000000000000001f53bb303a6e99228a87e511db0d2ecdc477881d1953e8 0.94 MB 1,738 16
527,957 527,957 0000000000000000002b1281d1f06c26a7bfe98a66dd39297122af5717c86310 0.46 MB 1,005 17
527,956 527,956 00000000000000000026c8133c3592aeb7224a7265c7db35595539ae2db97b49 0.65 MB 1,514 18
527,955 527,955 00000000000000000023ea1bbeb2392e583c7a594780137e92884d4dfcc2ebb7 0.35 MB 870 21
527,954 527,954 0000000000000000001ad62262807268327f7b19bd523e900876cb073d101c77 0.39 MB 925 16
527,953 527,953 00000000000000000011f8ef40e306b47e175b7c6e301434da7a3ebb4fc59629 0.23 MB 517 29
527,952 527,952 0000000000000000000e00e60d27e519cba2eff24678dacb51d4cbc9388839ae 0.57 MB 1,001 12
Previous 10 blocks ↓
Total Size: 660.86 GB

Node Information

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