Memory Pool Memory Pool Refreshing

34,695 transactions
17.17 vMB
Show Random Selection Loading Transactions
Max Size: 107/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,942 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,941 (304,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
564,506 564,506 000000000000000000049a67da8580bc9ef7ad23bff003b41cbebf3c44aa8c8d 0.91 MB 2,330 3
564,505 564,505 0000000000000000001bdbe7f2ac146a3c0c8e7f212a46d24f8db6030bdf73ce 1.15 MB 2,911 10
564,504 564,504 0000000000000000001cd40d6cce822a7bf5aa58beef5f88edc0b1dea9955010 1.35 MB 3,423 48
564,503 564,503 000000000000000000126c3fce1e3d0a8e31e011c9419b9eeb0f81430113aca1 1.18 MB 1,846 5
564,502 564,502 0000000000000000000506a688429f00da6c741cd748792d21a6a4858eed4eb2 1.23 MB 2,569 5
564,501 564,501 00000000000000000012395bf80c75e1ea1ecbede737124903596dee68b55bca 1.24 MB 2,293 7
564,500 564,500 0000000000000000000cbe49647e07b68f931d5e3ef718825c7ec755cfca7460 1.25 MB 2,466 12
564,499 564,499 000000000000000000245bd44f2a4ad7ebf387192df4f2f68fa928883a8513e4 1.07 MB 2,655 11
564,498 564,498 0000000000000000000f11cd3cf4ba9b9c0e6318ac33b41d2deec9442f6b7a07 1.27 MB 2,772 21
564,497 564,497 000000000000000000157bea7bec0b770874839bebc2c8d21377523d899c01d5 1.35 MB 3,426 50
564,496 564,496 000000000000000000271138e39ec2c0ababa5ae32b69299524406adf837dca3 1.19 MB 2,786 21
564,495 564,495 0000000000000000001a0d9f278a7eae53cc5599180aef832540b377b06bb554 1.15 MB 2,953 14
564,494 564,494 00000000000000000000968bff641e72d1ba4928e89b839e9ba57c3de58ba748 1.30 MB 3,573 42
564,493 564,493 0000000000000000000d9627a49307a6028b2571ed0f8709409726b8230127b3 1.27 MB 3,110 35
564,492 564,492 0000000000000000000097597f93f5765b539079f5f8ae19e8420e58fe3c8156 1.25 MB 2,877 16
564,491 564,491 0000000000000000000efa85183ab042a0d3d157a20a9c08a72a89d87585f47a 1.19 MB 2,861 24
564,490 564,490 0000000000000000002907f02b8dbf4a5bdd24a172614e9ca37b4c1f50f68434 1.25 MB 3,095 30
564,489 564,489 00000000000000000011332029de5308e49f6f1a2ad97ada85bbb7fae6daf76b 1.37 MB 2,753 22
564,488 564,488 00000000000000000019820d54bd2898ab23a9cbe32b15ab26db7f2d32510ee0 1.31 MB 3,435 46
564,487 564,487 00000000000000000020f9508b2943c67a637a1ed4fd9cc4dd71dc8e86cd8b4b 1.34 MB 2,610 32
564,486 564,486 00000000000000000022c0afcbc6e66e41b18f50f273b7f5d63be4556cbd6eff 1.32 MB 3,245 49
Previous 10 blocks ↓
Total Size: 697.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,049.69 GB sent, 194.65 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.