Memory Pool Memory Pool Refreshing

29,700 transactions
37.99 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,483 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 939 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,482 (411,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,659 430,659 0000000000000000022b58441fb4ae7c4c006ce08bb228606f331c6ca0f1cb67 0.32 MB 614 47
430,658 430,658 0000000000000000001d0614d45f02646c17bdd40c2bc2f9e6dd424dd2204a22 0.72 MB 1,821 66
430,657 430,657 0000000000000000028e795a1c7c537debb81e373f09032a2962ce9d6c1a2edf 0.35 MB 535 32
430,656 430,656 000000000000000001993a8f32658133eec514e4275993fa0e0a4ff90e41c78a 0.42 MB 756 50
430,655 430,655 000000000000000003a7b1f91ad9d5274c6febad1b55a027d351c6350dae2ef8 0.96 MB 2,198 62
430,654 430,654 000000000000000001ab76f354c9fdf12ca20129869032d61de93ab5bddab54a 0.71 MB 869 26
430,653 430,653 0000000000000000026f85cd2877c261c87e52dbde181d326a02206931613059 1.00 MB 2,046 55
430,652 430,652 0000000000000000027d5ac18faa3577894049b6b8fca9978ed9876516dafd7c 1.00 MB 2,031 55
430,651 430,651 000000000000000001ed469f7030497abac0961d679f56c25dbc9add5b499766 1.00 MB 2,080 68
430,650 430,650 00000000000000000114b3314cdc838bd76255e88081428cac4822c7d2dcec3a 1.00 MB 2,607 83
430,649 430,649 0000000000000000002dc795c1d27e2633720b255236f48a7f99b189701b987a 1.00 MB 2,127 71
430,648 430,648 0000000000000000015a1d461b9a40644f7284b1adcb2b355d504cc8e43f0e07 1.00 MB 2,325 61
430,647 430,647 00000000000000000395cbc940340408b07132c142b3d2a5ddc14e5f789bbf15 0.75 MB 2,443 98
430,646 430,646 000000000000000001076e92e08d48db82dce9ceff864f3e1c3888b7b13d3e35 0.88 MB 1,096 34
430,645 430,645 0000000000000000010a0c45b9f54b76567edc295451baecee89b4e377fc28c0 1.00 MB 2,813 73
430,644 430,644 0000000000000000016cffed4772be521a96ff49cdc901a847176b168c061f6d 1.00 MB 2,518 74
430,643 430,643 00000000000000000025b122e23a07bc274c0f472a976b49adf17a2ef3024d45 0.16 MB 314 58
430,642 430,642 00000000000000000118d44e61024ecc8d7abbc70bae2100f9f439a44dd55a07 0.96 MB 1,998 58
430,641 430,641 000000000000000000ffd88c4d7a5a9d8a0accc450a5cd4f060a31624492acfb 0.01 MB 23 58
430,640 430,640 0000000000000000001b3d15fc9309eee27ddbfb10271171540b233f0aa23d38 0.94 MB 2,009 61
430,639 430,639 000000000000000004109a795a8013d97915188f26bb28c21e21bf752e3405ac 0.68 MB 1,398 52
Previous 10 blocks ↓
Total Size: 647.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: 8,523.43 GB sent, 46.92 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.