Memory Pool Memory Pool Refreshing

47,151 transactions
50.01 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,037 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,591 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,036 (376,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,964 465,964 00000000000000000088f7e70d68669b414607b13cb8b5f06dc0550b34fb3975 1.00 MB 2,638 197
465,963 465,963 00000000000000000071f1ae9c423546a1cdfc5db15ab437f6fb99051900cd74 1.00 MB 2,164 194
465,962 465,962 000000000000000001868a9e41cdc4881e1766f0869354efb03a7c907a3d09e6 1.00 MB 2,535 216
465,961 465,961 000000000000000001d1916eddf7764e4940e68dddcb4058042dc04aee993e61 1.00 MB 2,261 192
465,960 465,960 00000000000000000118c786215d5f0265211069ce8bc5b5703fcf5a2a2799f3 1.00 MB 2,716 263
465,959 465,959 0000000000000000018c5a83ccb4e3110a8fe305c304ff0d80468c8cb071144c 1.00 MB 2,652 241
465,958 465,958 00000000000000000126c6c70557d10e73f83bd4c7951d79c7dd56f6876e8efc 1.00 MB 2,117 210
465,957 465,957 0000000000000000013112229e458274a389982e5a982cc41575fd85c645dd1d 1.00 MB 2,624 213
465,956 465,956 0000000000000000017623a9a13d2c8332e96c1c1f7e1fe20af2f1b792c33946 1.00 MB 2,280 229
465,955 465,955 000000000000000001691e8b464d832a19c8be37c96ec846c3a26dc6fa8ad5a9 1.00 MB 2,346 252
465,954 465,954 000000000000000001a751b464471bd8fb54c4bb9befa98789df1aad8dac40d9 1.00 MB 1,578 301
465,953 465,953 0000000000000000001a6d1ff0d3324b76d01d57787d6179012160c8ea410791 1.00 MB 2,343 367
465,952 465,952 000000000000000000f018869af8b8874110f7afa743fcc88ab58550c645a692 0.00 MB 1 0
465,951 465,951 00000000000000000002c4affa7f0c6509b4fbc75003a3dfdd7fd68765efa4e9 1.00 MB 1,924 182
465,950 465,950 000000000000000000dbe4595fe0083117359bf4a61a3e0f2442a75449658349 1.00 MB 3,108 231
465,949 465,949 000000000000000001201ac4b78797b4a6e692d2ecc4fc63c1b484aef7c5a0fd 1.00 MB 1,912 271
465,948 465,948 000000000000000001bea82c8b19908b5b01db4ad425a0fd42870ea2622a0791 1.00 MB 2,935 364
465,947 465,947 0000000000000000003313754f586860513119cbdc946d5cf231d94d4689fcae 1.00 MB 1,598 263
465,946 465,946 000000000000000001bdbfccb980954627b484c7f2d96444f491154dd850e419 1.00 MB 1,703 272
465,945 465,945 0000000000000000018994bce65e2c58132fdbc404d441aa6e91f20d498e657f 1.00 MB 1,820 287
465,944 465,944 00000000000000000172752926b8d8fe2e7ed569ca13d62184b33933f1ace83d 0.99 MB 2,468 282
Previous 10 blocks ↓
Total Size: 646.82 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,419.25 GB sent, 40.45 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.