Memory Pool Memory Pool Refreshing

33,473 transactions
37.11 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,398 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,435 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,397 (294,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,501 547,501 00000000000000000023438f2baa4ec2e48d1e811e42fd3783994096e3b9a0fd 0.31 MB 455 7
547,500 547,500 00000000000000000012fc95df2331e42a257012f973a75cdb136e07c3b2a14b 0.50 MB 911 10
547,499 547,499 00000000000000000014270506e3af30d0231a031a96aebacaa2ab3aa1319d8f 0.99 MB 1,889 10
547,498 547,498 00000000000000000001094d04d951c92f3a0b5b653d5cbb04a20bd0d0594696 0.76 MB 1,407 9
547,497 547,497 00000000000000000026d43e368568d763fa0f54d134bf4907d0e47d82499ece 0.09 MB 195 27
547,496 547,496 00000000000000000014851fc72ac07cd8f10db355c5aca0be20ce4e0adac002 0.18 MB 356 8
547,495 547,495 0000000000000000000f0e72446134ddb4e8daee52dede1bbdb9b2381e3c20eb 0.84 MB 1,546 10
547,494 547,494 00000000000000000026cb75f7707c81f7c6866ee96f80b60d4f54415fadd626 0.30 MB 608 22
547,493 547,493 0000000000000000001185e4b4f6a24a9a468beb0895e006a11c27ca759dcb85 0.11 MB 273 9
547,492 547,492 0000000000000000000b45dfb0dab5e9135239ff1fd48918f2d93f12f27fccf5 0.79 MB 1,222 14
547,491 547,491 0000000000000000000e8b1c717304538f0bf9e3f33c9096abb2b39e2a3da3b0 0.52 MB 906 8
547,490 547,490 0000000000000000001649244631fd0d6c730f5b4e3e62ecc96fe8148050a208 0.68 MB 1,617 12
547,489 547,489 0000000000000000001b31736ff176f19767bee05f15087a353b3162c25f570c 1.11 MB 1,023 3
547,488 547,488 000000000000000000260e270c1f41ee0b8a45bdac61a45eceb3a303fa95d118 0.06 MB 154 28
547,487 547,487 00000000000000000026bfbbe6c11bd5bfd31c1ee3c8545d0bd541d84adafa2c 1.30 MB 2,775 14
547,486 547,486 0000000000000000001e5e5db72c1d8545dca2b527b849b765692249cbf2a290 0.25 MB 703 24
547,485 547,485 000000000000000000012780f559c34014ae1dc5fa712158c22f165bc313968b 1.10 MB 3,062 6
547,484 547,484 0000000000000000001e3a80914390fbdd5a23c59222dd266b5a3fea9da5fa45 1.24 MB 1,639 16
547,483 547,483 0000000000000000000ac215775a5eda866bed53335461b0aaa268d4bcfa1b1c 0.16 MB 441 27
547,482 547,482 0000000000000000001607ee6ebd569ea4612469592570fe720d118b90ca8918 1.37 MB 2,285 17
547,481 547,481 000000000000000000095e0bb7c5c1b0f98578fe13fd5e02849a306a9586a98d 1.60 MB 1,993 6
Previous 10 blocks ↓
Total Size: 647.47 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,492.68 GB sent, 45.89 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.