Memory Pool Memory Pool Refreshing

48,954 transactions
37.50 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,367 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,643 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,366 (341,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,918 502,918 00000000000000000078a1306e81cb1367e5a4f4680b2aa62e3b6f4cd9f3906f 1.04 MB 1,953 206
502,917 502,917 0000000000000000006d8c84771d5402615f2ef84aaebf97d6f92f88389c6c16 1.02 MB 1,863 272
502,916 502,916 00000000000000000078c142136eaa7d7e8f40d00aa7c8323be162ce05199297 1.01 MB 1,025 220
502,915 502,915 00000000000000000080c9458f9e32a3a306cf76bd917fa647045bc3134c26dd 1.01 MB 1,724 219
502,914 502,914 000000000000000000245892513bd4cbeeb5671b967e50ddff3307c5383f2867 1.04 MB 1,671 230
502,913 502,913 0000000000000000002abb677663e90d442769e5b5844154cd7cb691338ae191 1.08 MB 1,880 360
502,912 502,912 0000000000000000004aa25dbc156e9166ae542deafe0ca2b58aa1f3a832ba58 1.08 MB 2,482 466
502,911 502,911 00000000000000000020319e1fa87e4724ebe8871aeb27a13adb83bb4c6a27c1 1.07 MB 2,341 509
502,910 502,910 0000000000000000007f37fff807e2b74081ce4835e921c098f9ebef2f1514e7 1.03 MB 1,513 370
502,909 502,909 00000000000000000072da673cf077d7f8ff16ffa804b08759567990c04ffb1d 1.07 MB 1,851 395
502,908 502,908 000000000000000000655c58c2e9a164eb4aaa6a88bc5c509b46b980c37465c2 1.07 MB 2,425 502
502,907 502,907 00000000000000000029df66934fbd669b9285060cecee33b5637bfe79b0c483 1.07 MB 2,315 410
502,906 502,906 00000000000000000022c4358e927e6a2dd0cbb5d070d5b05b6f32f3c0484210 1.08 MB 2,452 508
502,905 502,905 0000000000000000004c067578a74ca400eaef717c0282a379122787411f0c31 1.04 MB 2,107 363
502,904 502,904 0000000000000000006109abd9642271fd71407142a00955ec9694331be3f18d 1.07 MB 1,520 296
502,903 502,903 0000000000000000003374b9143755d2f165368e03816467b5c00032c58271aa 1.07 MB 2,468 395
502,902 502,902 00000000000000000070ab575ec2ca05da59c31f579cb0a1d61efe373981715c 1.09 MB 1,966 343
502,901 502,901 0000000000000000007663526bc25f716cd07cf4f4e8c93d2a57d40c7606c9c5 1.07 MB 1,697 452
502,900 502,900 00000000000000000007c993c75a7e0f1b39b4bd8d39c642c286567aa7153467 1.04 MB 1,980 400
502,899 502,899 0000000000000000004c86ac58d9114999310ee8bf5b91c70f0178b6b8c9e245 1.06 MB 2,357 440
502,898 502,898 0000000000000000008bd336b383a4cd2479110bda5695ab77d891e68191959b 1.07 MB 2,384 538
Previous 10 blocks ↓
Total Size: 651.20 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,107.00 GB sent, 67.19 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.