Memory Pool Memory Pool Refreshing

62,233 transactions
38.43 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,117 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,119 42
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,116 (622,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
220,082 220,082 000000000000035483249ace5eb25e40bc994ffae0873ee85bbdf7e8417e86a1 0.25 MB 326 114
220,081 220,081 00000000000004e05455e4f93ed3dfbf38fd6d0d166186f6aac6d5ee89e537c7 0.25 MB 760 249
220,080 220,080 00000000000004fe2e4451c848aadedffa132c488f5d1fedca69af29509d1a04 0.05 MB 136 205
220,079 220,079 000000000000006b60d27f6d5a56e7e26e143754d735868e0581b42ee280f4e1 0.25 MB 481 153
220,078 220,078 00000000000001b8fc2f36c16313d47b8b3da3e97662d780d4d814b255fef54a 0.29 MB 661 208
220,077 220,077 0000000000000470eca64445b86346d56f5141fc1778eebe0c63a652dedfc520 0.12 MB 224 157
220,076 220,076 00000000000002e2ee4776164b87c1bf55cacccb76241a702501fd1c9f78d99b 0.05 MB 88 53
220,075 220,075 00000000000001aa34ba25faf6bf1586c72a0bc9f9c0ddbcc71b8ca3ef422a70 0.25 MB 610 196
220,074 220,074 00000000000004029698750bfd6a258c94ec4f4eb0f801cc6d65f76dca02b87d 0.25 MB 580 177
220,073 220,073 000000000000036167c1eedb8c3b94c1da1e2a2555684327c27df2f95149d924 0.06 MB 134 146
220,072 220,072 00000000000000b16c548a87907456b36a9a50b10db55489b8ed8dc27188925f 0.29 MB 675 184
220,071 220,071 000000000000011dac61687a6f22e16054547bf4b0e9aa54b9144f5a04db0732 0.25 MB 727 257
220,070 220,070 0000000000000176e94686422878ef05d15ac860809466a7a2411b3baec676c8 0.12 MB 191 199
220,069 220,069 00000000000000222f559117c2b4e1c459dce945fc974044f67f658501db7ce3 0.25 MB 404 154
220,068 220,068 00000000000001617ee121f91a15df5b092531c645436ddf0a253ab004673fa0 0.29 MB 322 41
220,067 220,067 0000000000000013fe45f78c211bb7ead46c2011794ec815fcfe2c692dfab165 0.25 MB 699 232
220,066 220,066 00000000000001ada31f3f72f6bebd6c8a5e800d2cc4e9cebbdc7d70755fa2f1 0.25 MB 631 180
220,065 220,065 00000000000003f5a918e3193a54f76deabe83768a6e358ab67f3eef55785c4c 0.27 MB 406 129
220,064 220,064 0000000000000181ccebdf0c80fbf64095ab40f8814efa60f20ba3d1ebf8ad14 0.25 MB 655 207
220,063 220,063 000000000000028c2cc86ff800cab43520001556f9e0f2778e651cd9f0310827 0.25 MB 718 238
220,062 220,062 00000000000002bf2c3737b6d6ee9e3a797dc23f764aedc366bd36f8b1581359 0.25 MB 641 216
Previous 10 blocks ↓
Total Size: 646.96 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,440.59 GB sent, 41.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.