Memory Pool Memory Pool Refreshing

25,660 transactions
28.37 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,678 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,402 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,677 (17,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,600 846,600 000000000000000000012eb5af53c4cad2ff7db4cf0152d21730976fa72b2254 1.60 MB 4,434 25
846,599 846,599 000000000000000000011b55e5d8d503e61ab7c22f084597cdb313be59f5601a 1.74 MB 4,193 30
846,598 846,598 00000000000000000003281a06b93ebd2ad450e8309aec1d9ee3ef0affec5e69 1.54 MB 3,611 29
846,597 846,597 0000000000000000000200ed58329dafc4f9a841a744f8afe6ef549580a8899a 1.48 MB 3,191 40
846,596 846,596 0000000000000000000142e901b295e48f12d4df6425490dc06ee19626c604aa 1.75 MB 5,613 25
846,595 846,595 00000000000000000001aac7deef0b1251639d417fee07c341caeed4cd92453b 1.67 MB 5,453 23
846,594 846,594 000000000000000000014b941519e6304fe6a1138fa2b7044a1d9b7ac6ce398f 1.51 MB 4,079 31
846,593 846,593 000000000000000000000836a063dcf53721f4c5b5e93329939a887ce19514e0 1.62 MB 3,146 25
846,592 846,592 00000000000000000001f6ef8d065762695c5cf139436c96ab2217bf86627399 1.54 MB 3,242 29
846,591 846,591 00000000000000000000c08017a0773d58d0aafa7bc5001f36607b46b4221ca1 1.59 MB 3,547 32
846,590 846,590 00000000000000000000c64035fe5dfa31475496368f463c4f17077030be27a2 1.51 MB 5,166 34
846,589 846,589 000000000000000000007e2aa594ba1f8893cf1f9ea03f2260e126f7c1cae3c1 1.53 MB 3,133 34
846,588 846,588 00000000000000000001da1f066c954d3a0c770d582c5584321d25dbd6e731df 1.66 MB 4,043 26
846,587 846,587 000000000000000000020f196b2d85766474bf81765ff0faf8cb71141fa591ab 1.70 MB 5,678 23
846,586 846,586 000000000000000000032b7e6c409badd1eb28075b5d8dac259d2239fc5f1d64 1.49 MB 3,962 27
846,585 846,585 000000000000000000008066c65102ffbfdf2a145358eb9b5ee26deb49185b02 1.40 MB 4,766 21
846,584 846,584 000000000000000000005245f0f0976508dae00a8d57bec7fcec122197afe6b5 1.58 MB 5,685 26
846,583 846,583 000000000000000000018f703b1b2b0e47bc004f2c3ca9715cb9423e69699397 1.68 MB 5,668 24
846,582 846,582 00000000000000000000cbfb628431fbe0a8d4738d7d0d4eb6d7ad662ebfd410 1.71 MB 7,337 20
846,581 846,581 0000000000000000000317c3df4a0522bb7b464818c2d80fd56428512400eed3 1.49 MB 5,003 25
846,580 846,580 000000000000000000014b2d193c50450a3ebcbfb31d506beb69ea35bc744c3c 1.54 MB 5,292 20
Previous 10 blocks ↓
Total Size: 687.40 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,517.39 GB sent, 121.80 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.