Memory Pool Memory Pool Refreshing

77,474 transactions
34.52 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,601 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,130 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,600 (373,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,246 471,246 000000000000000000677f121dc018211bbaef0225a89690bec110ee4492cfe4 1.00 MB 2,576 318
471,245 471,245 00000000000000000011365930e500322f3168d65186092a6e54efe0b8c528f5 1.00 MB 2,369 412
471,244 471,244 0000000000000000011a18a4e3ba33557070e9109317286d899a3273f451141e 0.99 MB 1,899 325
471,243 471,243 000000000000000000da12215aacd5856082b6b62569e447d538a3a98e4e5812 1.00 MB 1,891 355
471,242 471,242 0000000000000000018f5c04a0372c2d3bd6af973571437ffaff3fc536a2fe8e 1.00 MB 1,746 320
471,241 471,241 000000000000000001552f2b6f9bd67a981b3b9b4326ba0a85d50ca36c14d7d9 1.00 MB 1,831 331
471,240 471,240 000000000000000001577b4ca3dd7978622ac1eee1c9ec46d7359d2e4c7645cd 1.00 MB 2,041 381
471,239 471,239 0000000000000000005b237e68a45be8157532ed080debbc53b211f83df24ec8 0.00 MB 1 0
471,238 471,238 0000000000000000019cde1a8ffcde71b02bbedf7a77abd9430a9ab8408d0d2e 1.00 MB 2,121 389
471,237 471,237 000000000000000000c486c8568e607cbc294f05284340638a57af06025789fc 1.00 MB 1,356 493
471,236 471,236 000000000000000001521831eb807c85f7b5ef825e8ead8c55539194491948a6 0.99 MB 2,412 371
471,235 471,235 00000000000000000071d67198b338f60f2250fadd836c487e3b19abfee2c7af 1.00 MB 2,856 450
471,234 471,234 000000000000000001399ead669f858e762c43cabac79acdaa853642d9c822b5 1.00 MB 1,548 161
471,233 471,233 0000000000000000002532ff896e87a8b52d6edfc74342e9ba0972a666337a44 0.99 MB 1,874 407
471,232 471,232 0000000000000000005a097b7b69fcbb84946f7865e563399b19039ef4bf92d1 1.00 MB 1,856 186
471,231 471,231 0000000000000000002c479e86e24c858cfb7ac7de1b4884f1ead622fe17f5d0 1.00 MB 2,137 435
471,230 471,230 000000000000000000dff67ae260f7a0d77aad45e04a8ff2ad8a217d06b9c8e3 1.00 MB 1,166 195
471,229 471,229 000000000000000000b54ad5b85ad994c3ae14867e7882fe1c87a572f43ef0f5 1.00 MB 2,061 136
471,228 471,228 000000000000000000563e267614149cb4279413b607fd984e95beaf5497b326 1.00 MB 2,371 340
471,227 471,227 0000000000000000019b6e500f45191172d3aaedaf2d0df077cf7f6d42688fc9 1.00 MB 2,030 300
471,226 471,226 000000000000000000d5e7cf695ab2e95448bf62e67a04593e91a086cea80d6a 1.00 MB 1,688 204
Previous 10 blocks ↓
Total Size: 651.65 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,144.69 GB sent, 69.79 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.