Memory Pool Memory Pool Refreshing

31,070 transactions
31.43 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,403 (342,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,329 520,329 0000000000000000000d27fdec0e3e2a53d82d115bc7ac66064a942a8d699e73 0.08 MB 227 32
520,328 520,328 00000000000000000019dbb3deb0e73c5ae4b17d3abdd0e11bd12938512d7b18 0.68 MB 1,677 44
520,327 520,327 000000000000000000111059c20232dfc691b1959880f10ac00a9b10d4bd0f2a 1.13 MB 1,872 40
520,326 520,326 0000000000000000000d27193d5aacad951407e6b49b56b8951f2875205faad5 0.48 MB 886 32
520,325 520,325 0000000000000000004272d6bac3988853be2c095f11f79f4917ddc93170c0bd 1.18 MB 2,963 44
520,324 520,324 00000000000000000012dac984cf5ba08036404defecf4003c624ab277e7069e 1.02 MB 2,683 45
520,323 520,323 0000000000000000002a307b86483b6b51231076678114aaad50ad64eae15b1c 0.78 MB 1,582 45
520,322 520,322 0000000000000000000f76b74c090889c6752a37d8fd924f3f9ecf740f4dd6bd 0.19 MB 414 41
520,321 520,321 0000000000000000003c263e522582fd1de1bc7db0468ffe4086429bee31af23 0.53 MB 1,226 54
520,320 520,320 000000000000000000458d26d99112436697773581807b0a683e0837351a51dd 0.13 MB 329 54
520,319 520,319 0000000000000000001888336cab49b78e8f01c38783141471234f3c40b56139 0.10 MB 319 38
520,318 520,318 0000000000000000001cb1159d1228439d27df4217347b38cb07df78477a64c7 0.04 MB 117 48
520,317 520,317 0000000000000000000aa1f088e0afb63e679f15b06e2ede7c51a2d320a0a9f2 0.56 MB 1,363 43
520,316 520,316 0000000000000000000bcd465faf852b87896c1132a37c6d15031e937abbf2df 0.51 MB 1,219 43
520,315 520,315 00000000000000000034c90f02a2bba5b8c4524a789c5afd32b666a730acff3e 0.28 MB 654 46
520,314 520,314 0000000000000000002a63b3b378d7fa20e622bc5a11c2e3f73d7de29f1463b7 0.81 MB 1,613 50
520,313 520,313 000000000000000000156002b336c0ea5df999ff0ed4895aa6a5065d3efb7f90 0.06 MB 127 39
520,312 520,312 0000000000000000000596436c7b7a222df74f1c932d83c3983f8648990327a0 0.14 MB 359 41
520,311 520,311 00000000000000000011955c82d7308f6906466c99375c9a4d2ee63e6207e146 0.90 MB 1,533 38
520,310 520,310 0000000000000000003afb34f22c17d3eef0f1a9dc07827c86ae9e8c8f34d631 0.87 MB 1,882 53
520,309 520,309 0000000000000000002bb4063a731e0ea54c0cf23941a5cecf29ae5b68a61ab6 0.25 MB 641 13
Previous 10 blocks ↓
Total Size: 684.93 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,367.30 GB sent, 104.52 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.