Memory Pool Memory Pool Refreshing

85,569 transactions
30.31 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
846,306 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,851 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,305 (701,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
144,705 144,705 0000000000000440ed1a0e54ac82dc535c0ed96151fae065a9e26393269c9045 0.05 MB 118 335
144,704 144,704 000000000000025cf9099912c4df031ddcca430b1c6141d2c6e498a2c2f7114e 0.01 MB 22 124
144,703 144,703 00000000000008513ccd1f2c187673cf187992c56709d7a29e511b1848f6fe2e 0.02 MB 27 31
144,702 144,702 00000000000005edc2cbc3d49a75748c721a148ccc6e2eee8865322b166b381f 0.01 MB 13 71
144,701 144,701 00000000000004c51b434a4a1ef9bbedb0ad5e8683fb798e0f72422b37faee4a 0.01 MB 30 159
144,700 144,700 00000000000001f04bc313e3a63cc26f9799ffd49b7af4729cb1074ff8ec613d 0.02 MB 61 61
144,699 144,699 0000000000000682c34698d8475c38fd3d37e6964b139da5f6554ae77c97618d 0.04 MB 66 420
144,698 144,698 0000000000000408d9ac251f4fef8f298dd25bb3b257082135b8e30650613816 0.02 MB 19 153
144,697 144,697 0000000000000571b85a6728bf889da787eabde0c13c340526c34d6fe2d02363 0.01 MB 20 352
144,696 144,696 0000000000000373ea1ce2b2db86426f51baa55d16fccda9ee99043a1c0f4dde 0.04 MB 114 3
144,695 144,695 0000000000000530586914319b31801b6d515bf832e78edb56a1ffb287967132 0.04 MB 38 95
144,694 144,694 000000000000002e940ddd979b600544a27a717e84bd9ee632273404698db26c 0.01 MB 8 657
144,693 144,693 000000000000069060d8ee4dda360e77883295ac1d8b4d151c35ec4796d86f1e 0.00 MB 9 52
144,692 144,692 00000000000005422584f8c961e86069baff5fabcbb0f69d882e8a293c8b29c4 0.01 MB 40 7
144,691 144,691 00000000000004079326334092c83d8e3fedb411317747bb16c8c56d0143d0ce 0.11 MB 96 158
144,690 144,690 000000000000005ee370ad0c5b468c443d6ec12ae31e11de6a261b0884db0bcf 0.03 MB 67 74
144,689 144,689 00000000000008f3453ac7464de5ceb10a4f570f0828518d02327679a11d93e4 0.00 MB 6 720
144,688 144,688 00000000000000b01174958acf4eef09e9ccd007e113b2129f9d83412d0be145 0.04 MB 73 166
144,687 144,687 00000000000002fe291d0184d7a71339b7a94dba0634eb0c4a73b0c7d700d34a 0.03 MB 101 159
144,686 144,686 000000000000026e8cf426c92b970e54a5554b8b5ef617adcb321b959716d9e8 0.03 MB 49 188
144,685 144,685 00000000000005a15dd0eb1cbd75fac454921c220a4ee2d3c73c5f6c400edcf8 0.04 MB 91 224
Previous 10 blocks ↓
Total Size: 654.77 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,409.47 GB sent, 91.50 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.