Memory Pool Memory Pool Refreshing

33,298 transactions
30.38 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,264 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,577 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,263 (62,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,121 800,121 000000000000000000052885facfd483ea4bac177c94dabf10c2b50d4cc101a9 1.98 MB 4,647 11
800,120 800,120 0000000000000000000479988c0dd6044d19505ca2acd9e1fdfb69d3d5595121 2.21 MB 3,192 10
800,119 800,119 000000000000000000029917ed19466862f6b17e7fe7fa82e8bab7b442071247 1.76 MB 2,746 19
800,118 800,118 00000000000000000004539cc1336fb45c591d236dff70633e5334338474b4b3 1.91 MB 5,733 9
800,117 800,117 000000000000000000009d5b49b738877d82eec8b49ba33e4c89d9f54f5fddf0 1.82 MB 4,914 8
800,116 800,116 000000000000000000007bd788613eb57c1d7e7d017bb14668446fdd89db3271 2.10 MB 6,774 6
800,115 800,115 000000000000000000034b3b24c376223537a18319653cf4816eac029406c215 2.16 MB 7,088 5
800,114 800,114 00000000000000000000dcb724d772ffa5a720d049716d611598cc3166039117 1.45 MB 2,341 10
800,113 800,113 00000000000000000004cb36c195983c863f75aea280eadf38e1c216321fb156 1.68 MB 2,237 13
800,112 800,112 00000000000000000000ec4c5ccd90c90159d201948309a010c2153e42326ca9 1.60 MB 2,700 18
800,111 800,111 0000000000000000000024794a30ffb3bac48aa774ffaa5d30cd3c03d0630b22 1.97 MB 5,736 7
800,110 800,110 0000000000000000000004e5de147aa8851f5292ef3e95662d9a697bfe4a2a1e 1.85 MB 2,529 8
800,109 800,109 00000000000000000004dc5cdc9cbeb3f083c6140d76d982e47c60d2127bba53 1.43 MB 1,968 15
800,108 800,108 000000000000000000049649710d66ef8cfe4489556c3dfe3e3fa60559a65439 1.43 MB 2,231 15
800,107 800,107 000000000000000000046eabc851a9260f273399d882df592fc93e414e2ad79f 1.44 MB 3,051 34
800,106 800,106 00000000000000000001e79266c7c8ba1a88950832af52b8cdc49016e2361e19 1.90 MB 4,956 10
800,105 800,105 0000000000000000000193f6a3481c2923fd5e19332c9019c2552ef71f362cd6 1.35 MB 1,675 11
800,104 800,104 00000000000000000004878d6eca6d8f1623abf09c7ba4e2d0ab623b7b1a8e4c 1.90 MB 2,654 18
800,103 800,103 0000000000000000000045e3ad3ef1bb4793b9ce8af5c74935d856f2763d160b 1.67 MB 2,810 21
800,102 800,102 00000000000000000004bbd5e7794016acf1b689464f2f1817133c2314162a31 1.60 MB 3,081 17
800,101 800,101 00000000000000000004becd14738c8e277b4603eeca04545e0f693ffacfea57 1.58 MB 3,038 23
Previous 10 blocks ↓
Total Size: 684.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,360.34 GB sent, 102.75 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.