Memory Pool Memory Pool Refreshing

40,221 transactions
31.63 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,195 (536,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,113 326,113 00000000000000000e0699aff426032f9eb0e77386c645567923940815e3f64d 0.35 MB 316 16
326,112 326,112 00000000000000001c9d3f0da3818ab5004054af8660e4ad1a07e61306806920 0.35 MB 923 44
326,111 326,111 00000000000000001db4033aa20b75fedab16e561b2f6c653ff2087ad505d348 0.08 MB 145 30
326,110 326,110 0000000000000000166f3c2c6141a83526a45920268a6f25eaceb4b07bcead65 0.21 MB 356 37
326,109 326,109 00000000000000000855a98f1f6c8e790c67266caabbe2d2df5253faab698d8e 0.11 MB 162 18
326,108 326,108 00000000000000000352f4d5869b1580bfc5cdd8c2a34b6083f33af4c7c3ad69 0.74 MB 1,200 27
326,107 326,107 0000000000000000038a24d97e4b806f901616e55ea23c0f89e4a0839cb4ce46 0.14 MB 223 27
326,106 326,106 0000000000000000064d912bda01041cc449da5a27911e2dc9a4dc98ade678f5 0.10 MB 191 27
326,105 326,105 00000000000000001f34af265e01644498f2c04161482a0b91d3df63f36c9c7b 0.28 MB 361 23
326,104 326,104 00000000000000001b53e3af773ecc84dd8ae22b3a4de4788661fc0421d16a51 0.01 MB 33 22
326,103 326,103 0000000000000000038a4e740ce33425bd2aa5bbf03bc94a3bafafe1060f0448 0.33 MB 283 12
326,102 326,102 00000000000000000f4d6b91dec8c8813756779d03ce49a6b19dbd72b891dacd 0.20 MB 242 19
326,101 326,101 00000000000000001a6bb1bf7681a4c2281276f4d6589bceafa23455bf213613 0.44 MB 727 23
326,100 326,100 000000000000000005cbc66e0a9caa21ecdf4a3ddf68b6cdf973d7c60f5ee866 0.75 MB 1,413 25
326,099 326,099 0000000000000000159cf1dc2b5937ada30390e10c37179dcd4ed6081a31f2e4 0.50 MB 1,530 45
326,098 326,098 000000000000000016bac818e27a6c9b0a7d64c760822d54cf4ce3fa287b00bd 0.41 MB 833 31
326,097 326,097 00000000000000001d027b52185b2a1267e0de88194ae1168b6da2caf08763cc 0.27 MB 470 26
326,096 326,096 00000000000000001a2ba28e41722d366ebe58604d1a2d32f72fd4e9b4fb524f 0.33 MB 500 25
326,095 326,095 000000000000000013d4799d3cdb3c0aec53a8e75922ef6cdd5c155e878bd47b 0.09 MB 168 31
326,094 326,094 00000000000000001f24fc1858e20f9c9dd4b9db31480e0f53b5e24d5e7ef885 0.10 MB 173 18
326,093 326,093 00000000000000001e261019c24ac1eaf9635444415c9aedc3de82cab38f943b 0.04 MB 88 32
Previous 10 blocks ↓
Total Size: 684.53 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,354.09 GB sent, 101.72 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.