Memory Pool Memory Pool Refreshing

36,376 transactions
31.08 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,373 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 5,344 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,372 (35,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,885 826,885 00000000000000000001c20da048dd400024c2928eb0b37ba98731c3f77060e7 1.58 MB 2,927 55
826,884 826,884 00000000000000000000a747122b68026cc917af2ca9da45a19ddef3c0832e0b 1.64 MB 2,882 54
826,883 826,883 0000000000000000000052bc7bb7d821d592216648361fb37d61f291034c6f49 1.62 MB 3,145 45
826,882 826,882 000000000000000000033c6d227dba1d00983eda485a0ce53db394525aa5812b 1.94 MB 1,428 48
826,881 826,881 000000000000000000038caffa17000ea2ef9776bc74db66f3c5c15139f1af40 1.93 MB 1,412 59
826,880 826,880 0000000000000000000286ef1726a8389acc8f5e924f7e3a493e6ede85a45d06 1.96 MB 817 47
826,879 826,879 000000000000000000039943347c8639f6f0e96a25538756b32e64b54d3799ce 1.84 MB 1,838 53
826,878 826,878 000000000000000000038d9567124a2a7c8d6f9d555f4167130f31d96384ea45 1.55 MB 2,877 55
826,877 826,877 00000000000000000003d8565160970b2c93a566edf7f384e14b6734a9372d5a 1.65 MB 2,619 35
826,876 826,876 000000000000000000003c782c8ef925a0b33bd6c9d51566713f00b6e3e4fb69 1.29 MB 1,015 36
826,875 826,875 000000000000000000011e58bee98e007e9fcc59f0e037f19ee4b54c2baa7dcb 2.03 MB 2,185 36
826,874 826,874 000000000000000000017b1a48bbbb60a8675e8dde58b8e4afb5287a43461f74 2.45 MB 1,853 38
826,873 826,873 0000000000000000000073698850e5fa8604e0837dbd12dc2c0dd02a96c7b5d6 1.61 MB 1,955 44
826,872 826,872 00000000000000000000f39e50ffe823204fead316f4aac95b1eebce7a48b8f3 1.61 MB 1,731 43
826,871 826,871 0000000000000000000054c5d6eba2da0c508680424f1a2d01665d8e0890fed9 1.69 MB 2,329 45
826,870 826,870 00000000000000000002e673eecb973c08443b3bacabc7b5dfb6968c792f06df 1.67 MB 2,610 44
826,869 826,869 000000000000000000026b47f7b14204055434cd228590bf1f4d3b1abbcf820c 1.69 MB 2,785 43
826,868 826,868 00000000000000000000c323bde632ebfe0b4b6320bc7e4b4c3dc1e0c06571fc 1.68 MB 3,079 54
826,867 826,867 00000000000000000000ddc3aefe2e4a07d7656a0ddfa7705d3d03b188ce5009 1.66 MB 2,844 50
826,866 826,866 00000000000000000000da3af4dd2483438ea8c9ec63aeb201de489d598fe6fb 1.73 MB 2,907 58
826,865 826,865 00000000000000000001f80633cd237691376c1e31f33d9fa5d1ff188b3e6a70 1.81 MB 2,863 56
Previous 10 blocks ↓
Total Size: 684.87 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.86 GB sent, 104.10 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.