Memory Pool Memory Pool Refreshing

104,708 transactions
32.42 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,073 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,666 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,072 (623,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,064 223,064 00000000000000444a3325774456d8b0fdb5d52db32058e1663e4324ecccd049 0.05 MB 55 74
223,063 223,063 00000000000000857f8ad89bd06e57822dc81f4a0dcdfac65d1c9a3eba0757ea 0.02 MB 43 67
223,062 223,062 00000000000003290030dce03aa1fc11e99666d92dffecf785931075c8f35a4b 0.19 MB 542 225
223,061 223,061 0000000000000027724b7c1fb97f7435c092cb04269cedc73e3f59c68bd8de55 0.32 MB 457 46
223,060 223,060 0000000000000082bf87c76de49c369ed6577b7e3e4e89adfe8ee0ca4158af0d 0.14 MB 314 156
223,059 223,059 00000000000003e01d2aa7d2da929f0b45775f32f6a3f180d6746b8e13a8d5bb 0.15 MB 343 190
223,058 223,058 00000000000001c768dab0540c63e72e06d901027beac72417b05695da8704d2 0.24 MB 315 117
223,057 223,057 00000000000000513ff578c007a7f8b326a4e57b41abde0aa512a2d9a130102b 0.17 MB 425 157
223,056 223,056 00000000000002ce5a49a3a74c1555cd6060776f2c6bd02a5b99152d08d55661 0.27 MB 376 115
223,055 223,055 000000000000044b7c9e3f33d877833fcc9a0f0457e9299564878f6305c00c2b 0.25 MB 731 245
223,054 223,054 0000000000000344b632d74761188f17bae3e0616eabf8ed39152914ababd6fa 0.00 MB 12 18
223,053 223,053 00000000000004562b4a897713565a329525443cd78eff7c9df8f1a5b8dbb799 0.05 MB 142 375
223,052 223,052 0000000000000152454ca763484c38e01507d39a67fa6d6d1ec34f51afbe838c 0.13 MB 234 152
223,051 223,051 00000000000002d999cf92eae8b5644a4597065842c895019f55047d6771038c 0.12 MB 181 137
223,050 223,050 00000000000001842b5c14d72e0923ec1763b2ab2b00f13219b76c9f2ccc0cb0 0.24 MB 592 195
223,049 223,049 00000000000001178e4ec6562936e2b8e669321713201476700473ba5df2e2ce 0.05 MB 123 154
223,048 223,048 00000000000003da0035dfe609bb510aae6768a78dba00b169e23486b4031303 0.08 MB 145 129
223,047 223,047 0000000000000481899415f59575f1a4630b8a33b761eec5615f4c87cdfac4e2 0.13 MB 92 92
223,046 223,046 00000000000000fb8f6f88355e67641ee9ef960f7cfb495390f9e73394f3ae1c 0.08 MB 181 190
223,045 223,045 00000000000001b9b245bad0b10d483fc1337454da85d65cb47aa881fcc62a59 0.05 MB 106 98
223,044 223,044 00000000000003ae4560e1029bd5c323d190c513262a951da99462c3ef7a6701 0.21 MB 579 212
Previous 10 blocks ↓
Total Size: 654.36 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,368.57 GB sent, 88.41 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.