Memory Pool Memory Pool Refreshing

37,162 transactions
62.55 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,611 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,602 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,610 (572,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,761 270,761 00000000000000070bcd0b084d8094112f6387b5a50c93bca8d62f709623af71 0.25 MB 97 10
270,760 270,760 000000000000000507c6f0ef336dfdc1c33a5d33f5e0b38d80d5700928b14592 0.50 MB 890 48
270,759 270,759 0000000000000002ab6a50f751dae73ddf0719ee684e782a78b76e4e11a20c7b 0.33 MB 488 30
270,758 270,758 00000000000000036baa37e2dd51a7ee4dda4e4b2cebba9c43f1bbc77bec2a44 0.25 MB 838 313
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
Previous 10 blocks ↓
Total Size: 649.80 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,855.13 GB sent, 59.78 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.