Memory Pool Memory Pool Refreshing

45,586 transactions
40.83 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,556 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,599 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,555 (585,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,054 256,054 000000000000003124cd1241a51bc3eafe891429a37d15854d2509ec7f406c0c 0.17 MB 410 104
256,053 256,053 0000000000000024695281aa7f42d8559c0838afa6233126a9a7c4b84b3ca615 0.09 MB 151 56
256,052 256,052 00000000000000295daf247f4971e61b407297f43d5ffb88cd6ab826c252118f 0.25 MB 377 101
256,051 256,051 0000000000000030414a3f926e4a599f6ae6b31d494389908396bfd6353a312a 0.09 MB 205 116
256,050 256,050 0000000000000030fa9c8fcc0a47c1fb4746cfe33bd899ed611f18b46ae6d3d3 0.20 MB 431 116
256,049 256,049 0000000000000019a29ebf81c135b1d2479930537d23cd572a6447f854d05874 0.07 MB 131 71
256,048 256,048 000000000000000b8789921d2ddedea706a3766793f771b5509096388ca5d0dd 0.07 MB 139 76
256,047 256,047 00000000000000010662383e2ea826ef41a7cad849ff5a6ef8be4937feea3999 0.49 MB 948 101
256,046 256,046 0000000000000006e8424dfaff4ea5f3774110353008c6a0ef1e50b8b11c2bd9 0.01 MB 13 15
256,045 256,045 0000000000000027088907979f937e8d86a3907e4927f256e6181c96d44636d9 0.22 MB 444 105
256,044 256,044 00000000000000163872338bebc7f6d5a3f5a8a5e2665dcd9cf2ac0f237f5a08 0.10 MB 221 117
256,043 256,043 000000000000002b251b5bf3fc0200b1ff6dd1adbd2d27632a6f624cdf19d415 0.19 MB 449 103
256,042 256,042 0000000000000008cbea2724710dd79674e08868a722020bf85161df375a732c 0.04 MB 97 130
256,041 256,041 0000000000000017fa7e3766fbdb8cf2c3beffcc4955463ccbb828afe88c223b 0.05 MB 93 86
256,040 256,040 000000000000001437b939ff47deeb8507418ffd9e3d354f4896ff091b68ac26 0.11 MB 259 84
256,039 256,039 000000000000000a6b0f2241a000cbc541a1d35ef5ab28d84fb44312d56f40ec 0.21 MB 530 119
256,038 256,038 000000000000000716c9ad8c9cdfa1e856247f3f25917f3d226ecad4c3fd0052 0.12 MB 289 134
256,037 256,037 000000000000001fabd2476b1b971888ed107b29ca8ac5abc40477ff95baf34a 0.13 MB 324 110
256,036 256,036 0000000000000014d26c045674fd4e784eb0257ab6088e9dfed00e2eca320eed 0.11 MB 227 85
256,035 256,035 000000000000002a84f3ee4b5d2b4e136135f6aec6b64bfef9860e8253a47ebb 0.25 MB 640 122
256,034 256,034 00000000000000048892cc190a861cd1f9ec33b8d1daaac644a4df34a623483c 0.12 MB 308 112
Previous 10 blocks ↓
Total Size: 645.93 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,307.43 GB sent, 34.99 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.