Memory Pool Memory Pool Refreshing

90,487 transactions
32.09 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,130 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,100 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,129 (518,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,562 326,562 00000000000000000fef433304dbd90d2a95beb21416ea97ec27a00a69c944d2 0.21 MB 285 22
326,561 326,561 00000000000000000e14a0bfe6c6b4ab654e9e51796b19014bcab4f778c81b4c 0.75 MB 1,622 30
326,560 326,560 00000000000000000502e51588ebc53af57ba823d296e777abc728a0107181ce 0.33 MB 419 22
326,559 326,559 000000000000000001db10201f3a478cce703bd4a6fe93850842e86ac6abe4e1 0.16 MB 325 28
326,558 326,558 00000000000000001c31a2505ccae192673497f20a8afe148150a8cbed80751e 0.10 MB 126 19
326,557 326,557 000000000000000000e5ca5e98b0e0af6d5e440138b12d1f496bc649ff6d954e 0.75 MB 1,218 27
326,556 326,556 000000000000000000958d8e55e7e3d01242ffafed61c97ac730947e86aa4737 0.09 MB 58 12
326,555 326,555 00000000000000000c1776de2cbedcd5681e0aa91c342fb1bed9b93b2c8fa7a7 0.27 MB 528 28
326,554 326,554 0000000000000000031862948bb80f56f78c6613688fba6ed886e3c21ccfbca5 0.31 MB 441 24
326,553 326,553 00000000000000000eee82d7eb0a1e9b905f5a0eaaffebf57cecbde57b1fe461 0.23 MB 286 21
326,552 326,552 0000000000000000187c97b8497da6b5d538524b774a4cda02051b23441b6ba9 0.11 MB 256 36
326,551 326,551 0000000000000000119fe3f65fd3038cbe8429ad2cf7c2de1e5e7481b34a01b4 0.42 MB 448 16
326,550 326,550 000000000000000019f85eb8726fa1eedd9447a3246b2c3318972bfc9e1a7fe4 0.04 MB 72 34
326,549 326,549 000000000000000011da7e1e6a5c315bd746c63c5e7f965fd5deea4f0331bbd0 0.98 MB 875 21
326,548 326,548 00000000000000001526d8a9974bd162ebb6c54983174c52b64ae528d6a684db 0.75 MB 1,195 32
326,547 326,547 00000000000000001383e8b8aa6898ba72a9fff7d445e4f72ba74d4fb37f4f15 0.65 MB 385 20
326,546 326,546 00000000000000000979d44663961cc346bc2e010fe91750f350a01f5f233ee9 0.35 MB 551 32
326,545 326,545 000000000000000016437dca2daa070e884cd5ac162039de2d0674e90228f9dc 0.32 MB 531 31
326,544 326,544 00000000000000001768bba94acabd290ec6f4dfe716108ac79be16e35de5cbc 0.52 MB 879 27
326,543 326,543 00000000000000000d18ed99a4c3a01793c596bcf5fb8c6b54909e63943850d3 0.05 MB 128 73
326,542 326,542 00000000000000001d2e98198a437add195459d5f9b5bed74656721cb60e1563 0.11 MB 120 22
Previous 10 blocks ↓
Total Size: 652.64 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,279.53 GB sent, 76.17 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.