Memory Pool Memory Pool Refreshing

14,717 transactions
29.86 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,172 (272,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
589,271 589,271 0000000000000000000cf1330957ec93c1deb7a37eec710e59d5cf736d2499b8 0.76 MB 1,820 26
589,270 589,270 0000000000000000000ee6ac33c79feb883fa5bab0e993c71ab4a63091ddf2ce 0.20 MB 595 42
589,269 589,269 00000000000000000014546a56f02e835b815a74a98e3524287e7b8392026b44 1.01 MB 2,130 42
589,268 589,268 000000000000000000065e603c70abcff14e6069b5d6ce673bf4dbf066ad1690 0.97 MB 2,791 36
589,267 589,267 00000000000000000004d6487a4d2e6779a17ee58d5fe4ef54a3ab52b737d8a4 0.60 MB 1,576 46
589,266 589,266 000000000000000000154fc232d8b5f9e79fc8e96b0d609980e47b8251b12b02 0.44 MB 1,242 18
589,265 589,265 000000000000000000187272db56fe0bdaea9e574ee6874e98526495dc3c828c 1.24 MB 2,828 34
589,264 589,264 00000000000000000010eafa75e838a183d5db171f081233356e0f23cd9cf4bb 1.08 MB 2,378 4
589,263 589,263 0000000000000000001b6b8147162b0a619824fa6c07247a73a0f5c0e343ddd4 1.13 MB 2,006 27
589,262 589,262 0000000000000000001ba078da7e579a19e2d6d9136e8cd4b835a1e2cefc64b4 1.49 MB 2,780 75
589,261 589,261 0000000000000000000c245afa0402f980399eddcc6aa1ae11da50213455a5b6 1.35 MB 3,183 70
589,260 589,260 0000000000000000000790658e04724f8e9c6ddf09cb2f5de2e0a6bca38dd9a7 0.85 MB 1,406 2
589,259 589,259 0000000000000000001b7039cb6f538ec3e02c7d428d3f82d58d24de69613ae5 1.21 MB 3,338 45
589,258 589,258 000000000000000000026639cf6ff9d5099c8b7f81295b977ad58e954aba07bd 1.23 MB 3,118 44
589,257 589,257 00000000000000000001bd6e03f4e0e473d45dcbed46e4fb56c8db7aaf9e7995 1.43 MB 2,887 65
589,256 589,256 0000000000000000001c2c862f5a358816a54649f7e4362b19518ccffcf9ad67 0.08 MB 135 54
589,255 589,255 00000000000000000008108f1f42788bc823094259a566cec8752efc33d083d8 0.50 MB 1,123 22
589,254 589,254 0000000000000000000676b90bfca5aebcb85ce6af3dbffb33afbd075f318cc9 1.18 MB 1,898 21
589,253 589,253 00000000000000000019391f753e23a2da0969ff078dadb9453c09d6ec57ba08 1.18 MB 2,934 20
589,252 589,252 000000000000000000154b146d8b118772f2f8779a8c51c1b83fa02c42350d5c 1.19 MB 2,999 19
589,251 589,251 0000000000000000000bab1a2d6890c1e3b01aa8e3945613f559507e83aae542 1.33 MB 3,162 61
Previous 10 blocks ↓
Total Size: 684.49 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,344.52 GB sent, 101.40 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.