Memory Pool Memory Pool Refreshing

52,787 transactions
44.01 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,047 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,015 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,046 (288,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
553,703 553,703 0000000000000000001d14041855dbcb80011cecb7b6105f0c0240b003bbff92 1.35 MB 2,644 8
553,702 553,702 0000000000000000000c40955657d0a78d80ffe660c67098d0deb7b9010e7a30 1.35 MB 3,338 30
553,701 553,701 0000000000000000000a10710c26634b6723b40c9f5a7a200007077d6a288c77 0.64 MB 746 8
553,700 553,700 0000000000000000000a65063d53a17306ac9a2f8b37b2542e920f4b1d484d4e 1.23 MB 2,742 11
553,699 553,699 0000000000000000002bf811c9fc258615997816d0f3b007c8af9629c07595a0 1.29 MB 3,016 21
553,698 553,698 0000000000000000001f3eeb36f75be7de4acec5ddd192e07968cda3b88ce4db 1.00 MB 1,917 14
553,697 553,697 00000000000000000017c2abf6e30024ea2d9a9acd46f2149dfbb36a8b5579d2 0.58 MB 1,123 13
553,696 553,696 000000000000000000087d39d130a34e290dd146a6ddec80d1a165ba2ec45fab 0.26 MB 185 18
553,695 553,695 00000000000000000013c7170d860014d375d8939f599dcc620bd54203a82e63 0.59 MB 748 4
553,694 553,694 0000000000000000000eee1b4a65ec14b2cc410971b64af8e519a2f725450514 1.21 MB 2,977 22
553,693 553,693 00000000000000000021d49d18835e8dbdda954cb6a5728d05a0a9a5f03e3eb3 0.74 MB 1,568 12
553,692 553,692 00000000000000000012d250e67a7cd7e26499b7802db0683ed556a70f507c08 0.75 MB 830 4
553,691 553,691 0000000000000000002dbc9f6c4f517b8f4c4ba0c61d3b1d4010b6a2b6e42305 1.14 MB 1,481 1
553,690 553,690 00000000000000000024fe7e1ce4005b2fd2f3d800f2f42b1064e7d05fa8674c 1.28 MB 3,198 27
553,689 553,689 0000000000000000000c3807dfc103056b8be41dd948c7ecec6cd2e73281b495 1.27 MB 2,830 16
553,688 553,688 0000000000000000001b5b64328b860cf2305acc1214e4723e467290b85c3d6c 1.29 MB 2,700 17
553,687 553,687 00000000000000000018433994fb3f7c939daeebf52ad4f939d673672b2c84f4 1.28 MB 2,673 19
553,686 553,686 00000000000000000017abd2cd3a332c8a3a21ba7ab38ea9218f083555883cc7 1.27 MB 1,174 5
553,685 553,685 00000000000000000025491bed470ffde391369e315b71e7b591259913ed278e 1.29 MB 2,205 9
553,684 553,684 0000000000000000001135a3b2eba9f38bc55999733786889e824a8da8d61da2 1.34 MB 2,538 15
553,683 553,683 0000000000000000001672a08a654eb7c6280719ac93423f3cf5a3eac6502b60 1.29 MB 2,611 6
Previous 10 blocks ↓
Total Size: 646.84 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,426.01 GB sent, 40.65 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.