Memory Pool Memory Pool Refreshing

17,307 transactions
30.94 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,879 (3,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
860,175 860,175 00000000000000000000386304035fffec5c2258be3c2a5613ce301f70a1f29d 1.63 MB 3,477 3
860,174 860,174 000000000000000000012cb2a2fb9ceec6a458b3a469694d02cc85fb51030ff6 1.62 MB 3,479 5
860,173 860,173 000000000000000000004bdf5c871cedba726c1ce3a5c966c1e81db0fe0221f7 1.50 MB 2,806 7
860,172 860,172 000000000000000000015a8ce8be1cd1bb0895671565ff35a528ecfa90797ae5 1.62 MB 2,446 33
860,171 860,171 00000000000000000002166b56061ec3f13718b6cf7240e8f057d82ba5cdfb2d 1.65 MB 7,878 2
860,170 860,170 00000000000000000002793e9d60955fccf23488966a92a7536ed61ba529cb29 1.63 MB 5,890 4
860,169 860,169 0000000000000000000101f0c9d4662664f9695b9c8d7d35fcff941d19cddd13 1.66 MB 4,577 4
860,168 860,168 00000000000000000000733182f39b124be8c234fc5f4e02c76716d53d7d1422 1.64 MB 3,385 6
860,167 860,167 00000000000000000001f3889b79788771fc974a3302f8c549027f8560b40ce5 1.64 MB 7,051 3
860,166 860,166 00000000000000000001f7f98fad459dd186eb6782b97ad7ddec490fe2fcebe5 1.62 MB 4,699 4
860,165 860,165 00000000000000000002b801e3ecb47870075135c03c80de53d7c8e76a13a0ce 1.64 MB 4,923 5
860,164 860,164 00000000000000000002545e820bca7278dd9e2826b4deccc1e50096dd087438 1.64 MB 6,677 3
860,163 860,163 00000000000000000000d84138cc19a45ceba2fa4e8ad4377e0d70fb6f429382 1.61 MB 3,144 6
860,162 860,162 00000000000000000000ead1e0617ba92ce6ccdfd97bc8e2cd6a295f042ee839 1.62 MB 7,072 3
860,161 860,161 000000000000000000005b517763d45ce96ace20b0833a785ece310674aecad6 1.67 MB 3,147 6
860,160 860,160 0000000000000000000185b7b82901bdecaa8a5508a8e3f21189acb0307f246f 1.68 MB 4,857 4
860,159 860,159 000000000000000000019482008b64e9de270f60af1ee2b66374cf8f915588f8 1.73 MB 3,233 6
860,158 860,158 00000000000000000002f3f3e5c93ba32e7b5fc705d34613b3e58289c7f5a57f 1.75 MB 3,077 6
860,157 860,157 00000000000000000000c0931e842c02a8f9bcb8a504bd4ede51b074babef65e 1.60 MB 2,531 6
860,156 860,156 000000000000000000022b80cf88067c373cac9f8f2520359fc14aef6fe347d8 1.72 MB 5,632 3
860,155 860,155 0000000000000000000315d4404c7b2c8497a9e068bf97ce0aa248351952708c 1.76 MB 3,362 6
Previous 10 blocks ↓
Total Size: 687.79 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,525.25 GB sent, 124.03 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.