Memory Pool Memory Pool Refreshing

37,551 transactions
43.40 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,748 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,884 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,747 (570,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,757 270,757 000000000000000491f14090997b9a0d75f840c8c96ea1c55eb350c44b75c835 0.12 MB 378 202
270,756 270,756 0000000000000003bfebf428ea6e9aa8956ffd9911303cd01c9db92db7524be1 0.20 MB 565 103
270,755 270,755 000000000000000647d5d4f37a60a228001467a3623adb6af153f162601470cd 0.38 MB 965 110
270,754 270,754 000000000000000618dc267c658904778fd542f1047a65ae51c24c63cd3772d3 0.08 MB 235 139
270,753 270,753 0000000000000006efea46f32ccfb17c86de55f4fd875508c11c8b3bbdecb39c 0.36 MB 1,006 102
270,752 270,752 000000000000000452c3a9a20bb1161c45d0bc132226e56b0a576499517619a1 0.26 MB 435 44
270,751 270,751 00000000000000055ddfbb679355f2dbc46fd8a6711df026a07e2de30ff26048 0.25 MB 827 97
270,750 270,750 0000000000000006cfa5a3c864bc31b20a1ec06cda0a70cf28a8dcea8f6cd92c 0.12 MB 212 28
270,749 270,749 0000000000000006511d8d1108d6e76df2b4223b4a6ab7578d6f3c14f6086377 0.25 MB 588 32
270,748 270,748 0000000000000002d7dd2c64c48ce8ce1d3e9ea292c074392541532d3e9717ac 0.25 MB 791 102
270,747 270,747 00000000000000035d4357ccf232044678cf0c25745e3a430e6929ea4c487e26 0.17 MB 288 50
270,746 270,746 00000000000000038164bf66aafc63f004af1e4ef25cf878e942e4fbdc83d2a1 0.11 MB 184 50
270,745 270,745 0000000000000003b80b2ff441fc37594bd6572610a434178e48d2440d01254c 0.04 MB 98 85
270,744 270,744 0000000000000001fbc76666a54d43c2d13aebffba116398e6c705afd5fe9099 0.24 MB 270 31
270,743 270,743 00000000000000069161e558d692763750a3ff60b5d4ed651d6522ed8540c8c4 0.50 MB 1,222 66
270,742 270,742 000000000000000353045991ff3633d9a2eb640d7fa2465f25f1f3e6702859b3 0.50 MB 752 29
270,741 270,741 000000000000000521650dc0fdb37134b6fe69b03ac9540d565d2277f82a54fc 0.06 MB 143 204
270,740 270,740 000000000000000307489df50e1420888a47cd0ce358f0e8b3e28658b0a920e1 0.50 MB 800 36
270,739 270,739 000000000000000216354186fb700ecd9af8ad446c75b3461fe19089ae95f1f3 0.50 MB 1,180 65
270,738 270,738 0000000000000006bcaf2124332e1ff25037c4db53d090ca4faada9a053a705f 0.50 MB 160 76
270,737 270,737 0000000000000000f2d180ce83f1cbf65fb6a79a2a0e1db0e7ae67f7af11eff1 0.50 MB 129 72
Previous 10 blocks ↓
Total Size: 646.29 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,337.39 GB sent, 36.86 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.