Memory Pool Memory Pool Refreshing

69,385 transactions
32.69 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
870,138 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,599 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,137 (330,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
539,272 539,272 000000000000000000087b272beb774a3b682c0fc49f91f151c0ec8f350faa74 1.16 MB 1,879 22
539,271 539,271 0000000000000000001fae8b5b23fd17b9ae953052a9480c44427b05633b3739 0.68 MB 1,355 11
539,270 539,270 0000000000000000000f731456033d85578872dbec4664dedc4fbb0f07a71d6f 1.21 MB 2,690 25
539,269 539,269 00000000000000000001b8231d45821878495ff5a9c1b2fe1690463e9b891301 0.46 MB 1,090 25
539,268 539,268 0000000000000000000db4b73629a1144738387b566f7f7a6cda9fed65e62385 0.29 MB 702 25
539,267 539,267 00000000000000000021dd5adb8d775893fcaa6cb0b9bf93303410ac41e8b878 0.82 MB 1,577 21
539,266 539,266 00000000000000000007111c4ca1b3685800627996aac5ad88dc26abb27d079c 0.30 MB 717 25
539,265 539,265 00000000000000000025db3ee6c30b4ec2643c570b7f00587d62453b45b156e0 0.54 MB 1,235 24
539,264 539,264 0000000000000000001f6b8b2b0cd3372333870600b0fa50d348aa1bfdffff83 0.37 MB 844 21
539,263 539,263 00000000000000000020909fb0ec6961d065f5c0abdf6e361c77b5eb4bb8d234 0.63 MB 1,300 23
539,262 539,262 000000000000000000032aa198d0398ec6f62379701868bcde4dfa59988b49cc 0.04 MB 118 34
539,261 539,261 0000000000000000000974ef5570426746ca253f9377244ea315d4b622ba64cf 1.05 MB 2,586 26
539,260 539,260 0000000000000000000e8d322fbe906a7bf4020e13fc9b9bb5cd5269c572f201 0.09 MB 241 31
539,259 539,259 0000000000000000000e3b3cad6c294de6a6df2fcdadde8ea0c47b672cdd5b6d 0.89 MB 2,230 22
539,258 539,258 00000000000000000004d060d1a9923f56d56f5be158a5022d837ec51c5a6c68 0.01 MB 25 15
539,257 539,257 00000000000000000025167e72268caa2f4e88fd7226a593ab5a48626d4c1517 0.67 MB 1,544 30
539,256 539,256 0000000000000000001d5f6d4bab8666c90fb27c6c9d420ed5e5258345c06d54 0.13 MB 291 15
539,255 539,255 0000000000000000001a4d3251c83dd41a0b91d3a48908ff9106fbb987025c01 0.87 MB 2,171 22
539,254 539,254 0000000000000000000a6f1cd4424daff4fe6d8afbac28fc1812422251ff500f 0.72 MB 1,893 21
539,253 539,253 000000000000000000188108d5c9769f6cafed4a8007e8c2c0ae831cd78c392c 0.10 MB 232 18
539,252 539,252 0000000000000000001c2acc61de448b5ca0c37604276094fcda684a2536ef9b 0.50 MB 1,325 15
Previous 10 blocks ↓
Total Size: 699.72 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: 2,185.29 GB sent, 208.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.