Memory Pool Memory Pool Refreshing

57,716 transactions
39.12 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,324 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,988 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,323 (553,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
290,496 290,496 0000000000000000cf3828404ef421280e2e3f17984868e8d6e669cff6fa86c3 0.25 MB 706 61
290,495 290,495 00000000000000000a34f7dad8cf14ea2e58251a7f8581cf8d8f5eb54c8134b3 0.08 MB 161 27
290,494 290,494 00000000000000005b30a23db252332b0b69f7e896ce8631cec123c5842b6067 0.20 MB 374 34
290,493 290,493 00000000000000009f950698561dc256dba76746d481ac5844f84ae2c2238d31 0.52 MB 1,057 37
290,492 290,492 0000000000000000a41007dc92b05fa2627d9b930b959de705abb4f113381e18 0.01 MB 29 30
290,491 290,491 00000000000000001b08d8f5678b7325317f9ed1739d2a8ed52ec512d87b91b8 0.28 MB 299 19
290,490 290,490 0000000000000000fb076147ac4d53b4ba4588fbea25b705148a0572fa0730a0 0.11 MB 256 43
290,489 290,489 00000000000000007100b0dc6432c74ff646be24cd3e19a41e994f90f2b93222 0.10 MB 262 44
290,488 290,488 00000000000000006773ba6d0eb80552b6a3b1da15fb7d8ada0a98986c19e394 0.21 MB 271 22
290,487 290,487 0000000000000000223ff88a8f1a8d114c36c6065a6a5faa4e0f60a675c15990 0.15 MB 328 36
290,486 290,486 00000000000000002d09de103b4756e8c68dfdcb5dc564cfc199cbe514cdd408 0.07 MB 130 31
290,485 290,485 00000000000000007319bdd3c2e26af6e778e079581918c79c666a7eff39cc69 0.26 MB 489 36
290,484 290,484 00000000000000001b56cd62e26a414945f711f27865ec7a42fa19c3d3638010 0.32 MB 347 22
290,483 290,483 0000000000000000b497e8ad40d261c2af85d68b74c4987deeda73b1bc259386 0.10 MB 109 22
290,482 290,482 0000000000000000a25ca673f48b2f7178e44f3a8df946c75b3fa7e86d333c35 0.33 MB 512 28
290,481 290,481 000000000000000028e972f57212f6c5a874ea770467dbb92b94e55b161fe14a 0.28 MB 341 21
290,480 290,480 0000000000000000fe251e4fdc8ce6d4207124e07802eea38acb5c9206222e77 0.35 MB 946 43
290,479 290,479 00000000000000009809e8a737ce29cd9673b568c77b4597b71a3819669dd165 0.67 MB 284 14
290,478 290,478 0000000000000000e95416fb0d1b2d53e35a8cde6778fb2f2a4b10fe66842a3e 0.13 MB 307 43
290,477 290,477 0000000000000000c789011e0f197c42656a2853527d6a99d62cdab8a4a2262d 0.12 MB 279 35
290,476 290,476 0000000000000000a83b8ebb4a33042dc9a249f8743f2dd26a30bd44de55fc2e 0.24 MB 517 36
Previous 10 blocks ↓
Total Size: 651.12 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,094.40 GB sent, 66.77 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.