Memory Pool Memory Pool Refreshing

36,524 transactions
50.42 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,148 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,798 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,147 (282,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,239 558,239 0000000000000000001c6e30e79eade0f04cf28eff705281b031a267edf8ad32 0.94 MB 1,983 9
558,238 558,238 00000000000000000031043c80eadea08eb05aca2c5136fbc116731a74142a23 1.20 MB 2,867 13
558,237 558,237 0000000000000000001fe24b867e4eed2a8e8282a3d0f1d6ff92d49897c49828 1.24 MB 2,871 27
558,236 558,236 000000000000000000019038702a8f7321f6b0df896935d3c23082308bbe85ac 0.52 MB 1,091 12
558,235 558,235 000000000000000000251671d3034287ddafdf6d0a214fb9641a9866ec48564c 0.22 MB 640 12
558,234 558,234 0000000000000000001517eb4b37db73b377ba3092eeb8b5c4acdb0147fad91e 0.61 MB 1,560 15
558,233 558,233 0000000000000000001e1611ed4f390139d8cc930c1847c29a52182d74a43421 0.57 MB 1,478 13
558,232 558,232 00000000000000000012f7a11b7e5cb656a9548dbc1ac4037118ab5a5b2d0505 1.10 MB 2,744 18
558,231 558,231 000000000000000000074b2bbdf9daf278da557af03ecb160ea1cd42636468e2 0.98 MB 2,488 16
558,230 558,230 0000000000000000002544e7e8590c67465140c5c8cafb4a54ba886a508f8cb5 1.15 MB 2,358 10
558,229 558,229 00000000000000000017545d216d2422b6926025208ed71def4b5c02f7a178b4 1.21 MB 2,412 9
558,228 558,228 0000000000000000001b69a3e5bbf044ffed686db88814bc190fdf0be656c42c 1.15 MB 2,722 10
558,227 558,227 0000000000000000002dba66601cf88f15bbf2ac554c3838667a2e0d3551e47d 1.03 MB 1,190 6
558,226 558,226 0000000000000000000298bf572bafc915daf40f6747afa13eebb4ed5d3d9b22 1.14 MB 2,064 18
558,225 558,225 0000000000000000000887cc8824b54f6f6b3959807273852a14a68ddfcbbea7 1.12 MB 1,861 16
558,224 558,224 0000000000000000002835a43c68c7a9e66f1a972163d063db86494a3b5500f8 1.17 MB 1,920 31
558,223 558,223 000000000000000000211fff9945590484b05361672bff6f6807abba91125be8 1.01 MB 829 67
558,222 558,222 0000000000000000001da3d1f509b56c2af3a74864ee5be7560b86ffb37b9771 1.25 MB 3,195 27
558,221 558,221 00000000000000000014e04092eb275832903a600c522730ec7efb6669f8c63a 0.47 MB 1,148 12
558,220 558,220 0000000000000000002635cf96c0cc04e79fd91d41677283cea3e78b71509539 0.28 MB 684 15
558,219 558,219 0000000000000000002a3a76f26b5581db6740ea5fe6aa12c08b199df73bcc6d 1.15 MB 2,004 10
Previous 10 blocks ↓
Total Size: 645.15 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,212.47 GB sent, 30.78 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.