Memory Pool Memory Pool Refreshing

3,450 transactions (1.34 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (821,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,157 87,157 000000000006540e72f4cd7d8a8abf9cb9fd60bd24b25cbbc657eda24272b81c 0.00 MB 1 0
87,156 87,156 00000000000ebeedbcd13775e42c09755fb13bce25496b94db6cb5e05c2c3e0c 0.00 MB 1 0
87,155 87,155 00000000000cb89e9afa81d83ff66230b9d1541df9bab50225a4429417400551 0.00 MB 1 0
87,154 87,154 000000000016ec5dc6763576ca4206be1f9027274c9b1f6f98f3c3f285f6e034 0.00 MB 1 0
87,153 87,153 000000000009c4ad085923b90ad40dd11604893a56dc1e0ddd6ff12bb907d986 0.00 MB 1 0
87,152 87,152 00000000000dc87b88a2f98c2832245f135a234461b2af97302db77dc43924ee 0.00 MB 1 0
87,151 87,151 0000000000123fed121d21b1d3957dfbc17b39e89b18977324f956c6edbf6890 0.00 MB 1 0
87,150 87,150 0000000000057385614b79503f591810154bd60ac7897c9033c466a175b68166 0.00 MB 1 0
87,149 87,149 00000000000337623ae709a051c3bfe272577df9dee51d0cfe7bc482e1066c3e 0.00 MB 2 0
87,148 87,148 00000000000d70891ac0db5aed28639620ccf4404260c95a03e76b69733021eb 0.00 MB 1 0
87,147 87,147 00000000000a5f29d2a4819e7621e83b35f657d23f0bb64a84a136703da06af7 0.00 MB 1 0
87,146 87,146 00000000001be2863d531a369a7e3f67b5db80ee1a4a274906370b58b622257d 0.00 MB 1 0
87,145 87,145 00000000001c4f6115605c25b551bfced454cac89246adcf5677e41cfc593ed8 0.00 MB 1 0
87,144 87,144 000000000018b5f1853eaa1d9bfd798bd2de83f3d1157203f731ff0a1a0cb168 0.00 MB 1 0
87,143 87,143 00000000000c2b62091f74408b8415ebd4a3d61cfa3b279822723731e9bec188 0.00 MB 1 0
87,142 87,142 000000000001e3b3403b06d452b7e79c6c08b2a86f729b6ad792d317df5fdff2 0.00 MB 2 0
87,141 87,141 000000000019de9948d3129852fd49ae2e3f57c1b192d0cf9e90feb9f161e332 0.00 MB 2 0
87,140 87,140 00000000000f7770ec01dd0771eb76877de723e6a67c4b3e2e54e51323b6abc1 0.00 MB 1 0
87,139 87,139 000000000006ee3411a5ddcd09fc04bc07d3e18c3db67590ce8af38fed0657e8 0.00 MB 1 0
87,138 87,138 00000000000085a53e1f161232490f70f82231b40f47aeeb31fccfc4bb95f7d9 0.00 MB 1 0
87,137 87,137 00000000000428855903b03b230f54fccd4b06cdc5740166406cfcb9ee47b7ef 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.54 GB sent, 102.63 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.