Memory Pool Memory Pool Refreshing

37,711 transactions
31.44 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,376 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,016 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,375 (14,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
848,027 848,027 00000000000000000001b4cd53f36ecdc67f1f4f9c1143032b9116e46cafb56a 1.19 MB 1,720 33
848,026 848,026 00000000000000000003184c884ff72defdb0148003e27b5652077544493ef3d 1.25 MB 1,371 37
848,025 848,025 0000000000000000000087f9757a011c6ba6efd68224d6805c68b8d5bacea0ee 1.24 MB 1,202 40
848,024 848,024 000000000000000000015ff8b4ef014e5837900f6b8663372a4de94a96cf9293 1.27 MB 1,074 40
848,023 848,023 000000000000000000018e0446839eaca371454063b3f58250e714068cc007bc 1.32 MB 976 38
848,022 848,022 00000000000000000002aed2967fb508770a70784d45a4c12bad92d2e9d6641b 1.26 MB 1,722 38
848,021 848,021 00000000000000000002abd948c8af08d3bf73078149962868a0bb34c7316264 1.24 MB 986 37
848,020 848,020 00000000000000000000690fb5fc71126ca6f45147625eab624a1b531b4bac83 1.35 MB 2,142 42
848,019 848,019 000000000000000000022e39df10b8d6a205d22c3e29d22f103e38799a6523a7 1.21 MB 1,267 37
848,018 848,018 0000000000000000000278b62af0ca9c4ecf65f215ec997271b370c12a967c54 1.41 MB 2,428 39
848,017 848,017 00000000000000000002e22209c7f8e7331273fef3db6596234c8e1f6e90e500 1.38 MB 2,142 43
848,016 848,016 000000000000000000001161ac9e3bac6465ba61da15047eea29096476b94b89 1.26 MB 1,819 35
848,015 848,015 000000000000000000029f3a68f09307cdebcc23ec01451f2438572ab241757a 1.21 MB 1,691 35
848,014 848,014 00000000000000000001e19f5597641e68910a612faff0905adb43272afbc3b4 1.34 MB 2,010 40
848,013 848,013 0000000000000000000356a0b852aebcd4034427de685d6c411a08a2d2fd297f 1.22 MB 1,426 39
848,012 848,012 0000000000000000000087cd95ce59cb305691ac9bf8efe6b23b14214a819c4d 1.20 MB 1,337 36
848,011 848,011 000000000000000000006b4e2ee16dce9402a511fe9c25310c6a3e70376a78c3 1.12 MB 584 37
848,010 848,010 000000000000000000007c8b4e9e6caaa8b3e66d796c65a0528987eb0d7c2f70 1.32 MB 1,927 43
848,009 848,009 0000000000000000000071c4c3bc65640863ed27958f44d003f8c3e4e7a6772a 1.33 MB 1,337 42
848,008 848,008 000000000000000000004a86d359890a80eeea1b4334e87116f3922c723f944a 1.22 MB 951 36
848,007 848,007 000000000000000000015ddbb3d30dfefe0d54ec7ffd03f14d14c8593fff1f83 1.15 MB 1,347 32
Previous 10 blocks ↓
Total Size: 684.88 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: 1,365.99 GB sent, 104.16 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.