Memory Pool Memory Pool Refreshing

20,852 transactions
39.97 vMB
Show Random Selection Loading Transactions
Max Size: 126/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,945 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 1,041 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,944 (170,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,443 673,443 00000000000000000005502a2ed0dafa00c38c6df27293f1a4787830b30091af 1.32 MB 2,424 48
673,442 673,442 00000000000000000000cd74e3d8ef3f286baf849b769d4c4888a271a8708ce8 1.41 MB 2,885 81
673,441 673,441 000000000000000000028b0c85863550ad32e82e56ee86f1182b3604e0b691ea 1.43 MB 2,678 68
673,440 673,440 00000000000000000009b6fb8b6dc9c663ee9207540f8e4ad7b57a37a605fc47 1.25 MB 1,971 13
673,439 673,439 00000000000000000007fa13d2fad1e0d859069915d81ae381ec2adfac225cd3 1.43 MB 1,426 71
673,438 673,438 0000000000000000000653e42e33a108fb9fa86ff447745a239c80a29fd2700f 1.30 MB 1,615 66
673,437 673,437 00000000000000000006734c3b02bd842e9c7026f593bb71a5ddd4b3f89fb7b3 1.23 MB 2,591 31
673,436 673,436 000000000000000000078fc1a1aa53d1c7be0a79712c938588e69e27075afe3e 1.31 MB 2,258 30
673,435 673,435 0000000000000000000a095eb548be3d077dbcef1e034838660e1c4478b2787c 1.41 MB 2,485 62
673,434 673,434 000000000000000000013729557d574f695cc59fae5662994e2445b141525c6a 1.30 MB 3,342 119
673,433 673,433 0000000000000000000d0c1f85e03dc26b311766973cbda11c4258506f25dfc0 1.33 MB 2,632 67
673,432 673,432 0000000000000000000b38ac6074aa285cd4aae7f35d8de6fe8c9e203e0fda25 1.39 MB 2,967 89
673,431 673,431 0000000000000000000c3f5ab6f8b75bdeba8098e4d1d8bf3fbba85d8a587f8f 1.58 MB 1,930 45
673,430 673,430 000000000000000000049a8918635a01671a027666fc3420baa985b4364ff848 1.60 MB 1,339 14
673,429 673,429 000000000000000000084a2a67e554c77bd1dffe8f90d9430962335b35a21d50 1.16 MB 1,315 99
673,428 673,428 0000000000000000000ce8e1d7f17b6cb9ac1a3193937a684386daac22f1a2ae 1.23 MB 1,691 72
673,427 673,427 00000000000000000003a20f1d2b516f077bb03f9fe7a5010d67458fabdd932b 1.19 MB 2,366 28
673,426 673,426 0000000000000000000a1fca55410588b45215e0fcfa97c3fc6991ff42eac91c 1.32 MB 2,637 40
673,425 673,425 0000000000000000000a45b0010c2e9ae668d6a681a654eb4287fe82bb2ee478 1.27 MB 2,338 85
673,424 673,424 0000000000000000000196e76d5f820d8d5651553932cfcf3c34cdb741ffa63b 1.26 MB 2,669 115
673,423 673,423 0000000000000000000823719ed8ee23a05ea7de86b879f493da09d0f9caab19 1.84 MB 788 27
Previous 10 blocks ↓
Total Size: 650.41 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,970.70 GB sent, 62.75 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.