Memory Pool Memory Pool Refreshing

47,990 transactions
33.30 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,801 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,736 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,800 (412,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,408 430,408 00000000000000000044317b63037af48004824cb7597ecb645539186fc05fcb 1.00 MB 1,880 32
430,407 430,407 000000000000000001d6309bdbddb0b3fa1a118f0b03cd64fb9bc65e9c58bc1e 1.00 MB 2,459 73
430,406 430,406 000000000000000001b81e5de21586e85c7f701f9bc7c9c83e89c6d80e730a53 1.00 MB 2,699 72
430,405 430,405 000000000000000004b4ac9d4aad507512ad2595b18bfae441ac26bbd15b35a6 1.00 MB 1,361 32
430,404 430,404 000000000000000003c27d184dde8e0ad6071bb50f007f99451537f38b29528d 1.00 MB 2,627 63
430,403 430,403 00000000000000000495aec1e151a2183247ef195113f97326ef0040b4966b03 1.00 MB 1,980 63
430,402 430,402 000000000000000002731961729f5069828794a6851b842fc7d699c3b4d1d4a3 1.00 MB 2,606 63
430,401 430,401 000000000000000003782d9b70c6e32fc08ab374199a06cb41babbce05567744 1.00 MB 2,852 61
430,400 430,400 000000000000000001f1d0c825db7885c3e81d4fc1bb9c5489a8de0ed30565cc 1.00 MB 2,336 70
430,399 430,399 000000000000000001b47ba9469aaa50970768781623f40325feefd5de94fc7f 1.00 MB 1,960 99
430,398 430,398 000000000000000003391e1c77ac91c46c312e0491984b1c4f2b50652c636e8b 1.00 MB 1,560 40
430,397 430,397 000000000000000000f43ba195277f49ace6519c1321d3abfc6e75d0ecd4507d 1.00 MB 2,949 80
430,396 430,396 000000000000000002b8beb5744dd94fac9e360a09ae6dfeea45633a3256bff7 1.00 MB 1,913 68
430,395 430,395 00000000000000000490a2ec6a889bd8fb68f6a6b6cf5fdb358e1a032cf1256d 0.39 MB 976 67
430,394 430,394 00000000000000000282b939624ee6ed1424c39e039c2f8080ce5951dfb1bb86 1.00 MB 1,615 38
430,393 430,393 00000000000000000340e4c5a0b0e67a6255f05029aa7bf9a267e6e012eac77a 1.00 MB 2,622 64
430,392 430,392 00000000000000000237a5038dc13f952d458069e9d57c81ffd50e68a0b59a95 0.50 MB 1,141 61
430,391 430,391 000000000000000000250997d6797831e9a5b84356df85b8cea71fff1aa5747a 0.33 MB 641 55
430,390 430,390 000000000000000001f939af1b5143f1842ad0d01ad392ac9365d972c92863e5 1.00 MB 2,411 62
430,389 430,389 000000000000000001fe0f895b270113864f40b0143a0731c2185edb5984ceca 0.65 MB 1,353 50
430,388 430,388 000000000000000003863c155a8cc6213fd58f4358c9ca2a1c080de1890e6605 0.75 MB 1,607 65
Previous 10 blocks ↓
Total Size: 648.27 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,607.34 GB sent, 50.71 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.