Memory Pool Memory Pool Refreshing

54,822 transactions
37.43 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,379 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,278 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,378 (117,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,424 731,424 00000000000000000005b70b10d8b1e5d6779f3133dc981f6989bc3b73b298b7 1.61 MB 2,444 20
731,423 731,423 000000000000000000079db0d41609966db67bf56a4617a76dd5e5a03b132012 1.61 MB 2,079 8
731,422 731,422 000000000000000000008cfa5f9ad4e7a3b0b98e21963c09fecd00df17f42fa2 1.46 MB 2,056 3
731,421 731,421 000000000000000000009a3d183a11b4d9896f4b931d3969e43c556da7058e17 1.75 MB 1,980 4
731,420 731,420 00000000000000000000bbbd01ed04a046aa73c8993388b0ee7636eb1cd11f39 1.52 MB 3,009 11
731,419 731,419 00000000000000000008c3ba11d36c84a39302cc72100f47adb43bff5ed9663c 1.80 MB 1,893 15
731,418 731,418 00000000000000000008e476d212fb421eb09ac781a412f62910d24294dd431c 1.53 MB 3,381 5
731,417 731,417 00000000000000000005c6a4c382d11296eb9f1d0c171df597458aa0277fe104 1.56 MB 3,139 10
731,416 731,416 000000000000000000018b8b709d25f92a383d2237d2d3f76baccb43dfbf6a8b 1.82 MB 1,828 14
731,415 731,415 00000000000000000000401399b5c7319f1863ae2262d7e7adfabbffe1a87658 1.59 MB 2,613 9
731,414 731,414 0000000000000000000216d31056372fcce9637eb092b046c9e8d262fb0d2a09 1.56 MB 3,058 12
731,413 731,413 00000000000000000000865310d5ab8a9fecff0e3117dec95d2ffef2a46dbaaa 1.30 MB 700 3
731,412 731,412 00000000000000000000f28caeec2472983ef8c5deb3e42a8f5e3f92eb9e68f5 1.44 MB 2,622 7
731,411 731,411 000000000000000000066bc5a2cd790aff2920559d4303a4f8a40a862e3438eb 1.45 MB 2,886 11
731,410 731,410 000000000000000000052b4eb537d8623e1d0735de577b7204397383b2eae71a 0.73 MB 1,229 9
731,409 731,409 000000000000000000086b5f9ae18b7c6281423c1e070ffd07fb9b189eb7b743 0.64 MB 282 1
731,408 731,408 0000000000000000000497a9479785f9f96955052af9fe1a82528a0e047799c2 1.40 MB 684 1
731,407 731,407 0000000000000000000059af51507fb2c44a3772792b7f3a8762dbdc23656a14 1.41 MB 2,741 10
731,406 731,406 00000000000000000003cc01d8eae11f377bd4e50c2dd0f70d3963d6688cada0 1.48 MB 2,963 11
731,405 731,405 00000000000000000007f6025a612172a9962f175dbcdc39de851697db9182d4 1.58 MB 1,948 3
731,404 731,404 00000000000000000008c439bed6e819c589d6febf20ffe11fd0fc18d82b5fd3 1.52 MB 2,098 12
Previous 10 blocks ↓
Total Size: 660.33 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 81 incoming
  • Data Transfer: 287.36 GB sent, 0.98 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.