Memory Pool Memory Pool Refreshing

69,252 transactions
32.70 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,144 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,938 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,143 (77,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,129 793,129 0000000000000000000209f216d15be92508abe4967940d750f95726e94ac56e 1.58 MB 3,899 59
793,128 793,128 00000000000000000004d26bd7e702db22ad3fe9db04316ca4b72d2282db29d2 1.61 MB 2,388 76
793,127 793,127 00000000000000000003c531b0fc97098f9ea78ed4e4c6a0df12ce3f673fa25f 1.62 MB 2,128 77
793,126 793,126 000000000000000000044905e17fdfbbb2a70632d0262d582b5c2600cc814bf3 1.53 MB 2,325 76
793,125 793,125 00000000000000000000c2a3915bbc13631471627aaedb3feece890386360104 2.07 MB 3,590 39
793,124 793,124 000000000000000000020d280f473b984a56e6272e74785004a161f4abb7be79 1.46 MB 2,840 54
793,123 793,123 00000000000000000001a1599a5a27b53fd4f4c1d1e8bc04d39f868d8c0216ba 2.43 MB 3,422 40
793,122 793,122 000000000000000000041329614cbccff9ac3630a7de08fcf65ce8d77dc96d62 2.78 MB 3,178 38
793,121 793,121 000000000000000000019d6d1043d907db5790a338db6e887de0e37fae57e026 1.89 MB 3,582 44
793,120 793,120 00000000000000000004cafceefe4fa1fe0a3b450168ccf84e6781eb2c74c226 1.73 MB 4,303 60
793,119 793,119 00000000000000000002058f48d366fea6936e4e718acb1a8dc2af0b05a54b07 1.55 MB 2,751 78
793,118 793,118 0000000000000000000120f2e97319ad13087d07b40e16089997a594bd3293ae 2.34 MB 2,720 36
793,117 793,117 00000000000000000001f940abcfb886df87b799a1f76b3065775c3b2195330f 1.49 MB 3,433 55
793,116 793,116 0000000000000000000244546811d58e7d57aca2ea8148c4de17748a2abf4428 1.58 MB 2,943 72
793,115 793,115 000000000000000000016b538f27ade22500398f4b8b86b01d96335d7728fbca 1.60 MB 2,508 50
793,114 793,114 00000000000000000005761d0c943c621607afc289ca637370713ff09b356ffa 1.66 MB 3,170 47
793,113 793,113 00000000000000000001117754f57205ad5e05f5d870fc64a5d386f360085a41 1.71 MB 2,852 22
793,112 793,112 000000000000000000053ff4bc22c67856e631a03d3bde2228c4aa01fd9b3973 2.82 MB 2,327 38
793,111 793,111 00000000000000000003b81d7f81a56816680e1fbce6f363fc278bd2d4fc6b89 1.99 MB 2,958 35
793,110 793,110 0000000000000000000014e824c21dd20d87c35168672c66c2f485cf9a54a297 1.44 MB 2,654 72
793,109 793,109 0000000000000000000242ccc7ec7e86de65875929dea1f17dc4bbcb7735a6b9 1.55 MB 3,733 79
Previous 10 blocks ↓
Total Size: 699.73 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.56 GB sent, 208.58 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.