Memory Pool Memory Pool Refreshing

29,843 transactions
44.62 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,016 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,518 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,015 (552,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,757 289,757 0000000000000000d2527eca24321fa905a34d2983504fa6bed4d1d8a54ee881 0.11 MB 221 30
289,756 289,756 0000000000000000d51e6f76b78a612d332e9501cd496224a664e6d906f2ffd1 0.40 MB 781 36
289,755 289,755 000000000000000119ea8d4e1425365cb9349c609461ac37e32d85925880d315 0.30 MB 531 45
289,754 289,754 0000000000000000325c495d3824f4992cb682b71f7fba15b7a21716806cab3d 0.08 MB 159 36
289,753 289,753 0000000000000000463251b07d66798023f0f507c4323d4294c2dc3141ddf73b 0.01 MB 13 19
289,752 289,752 00000000000000007a4a48700c91f434779885bf2bdffaede455afac4249e056 0.02 MB 28 27
289,751 289,751 0000000000000000331aea0f333be954eaaefcb3a1d7b533724d0f4afce122c6 0.35 MB 698 32
289,750 289,750 0000000000000000f9f4acc499b6a5cedd155daa40d0cf31383a7c5a94fc9adc 0.10 MB 190 27
289,749 289,749 0000000000000000682dcc2c7c435da0d715fefa8975f8a03e04a46ad25cd280 0.52 MB 862 31
289,748 289,748 00000000000000008614d3402dbab623caadd2e6bdbd50b21b902a12716f4140 0.19 MB 386 52
289,747 289,747 0000000000000000e54f05cf61751739e12952e815ef2b88d03cc887e767ce19 0.67 MB 1,243 37
289,746 289,746 000000000000000022815994abb87e92a65f6c05fbc7ea7cc2aa32ad27e252e6 0.09 MB 56 11
289,745 289,745 0000000000000000a4a1c5cf729d843c51d18f61b4f0c800ff9f0aa718796285 0.01 MB 32 24
289,744 289,744 0000000000000000568da5e919e812a4489f0b10ec13a9efd9e956de77c9a369 0.11 MB 234 36
289,743 289,743 00000000000000006d99ff0516e426c9724e39ee1aa05bdbbe9d3f0820054da7 0.23 MB 325 23
289,742 289,742 0000000000000001055c6d72f2aa4834f64534830eaa7c461c0cf2966b158980 0.50 MB 687 23
289,741 289,741 00000000000000011be4f08fe8a6f87de8334fcdc6c8aac05a24cc0e0118cd6d 0.15 MB 512 90
289,740 289,740 000000000000000046d9200ee6082ca567c5161547667af5a34cded8bbafc3a4 0.53 MB 934 32
289,739 289,739 0000000000000000fdc54f9987704ee84543dcac4b9cbd1248deb8ef997ef00b 0.57 MB 803 28
289,738 289,738 000000000000000102fcb92e4d77a42055195b558364eca4f69b78c8bb1d29f5 0.22 MB 512 54
289,737 289,737 00000000000000005c1b13a737c555086bd9c683c8efadda6825a3cbf4fef90a 0.15 MB 305 44
Previous 10 blocks ↓
Total Size: 646.79 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,404.67 GB sent, 40.06 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.