Memory Pool Memory Pool Refreshing

41,657 transactions
23.81 vMB
Show Random Selection Loading Transactions
Max Size: 139/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,248 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,767 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,247 (9,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
860,154 860,154 00000000000000000002905c5620db12b3d772a69e5b6fdee617aaea8de20d97 1.68 MB 7,523 2
860,153 860,153 000000000000000000007855d0f60cb015e17ded8a301f830659e84842bc6b0a 1.80 MB 6,019 3
860,152 860,152 00000000000000000002a080575fa185015d82776a9a6ae9049d0755d7367c7e 1.87 MB 5,330 4
860,151 860,151 000000000000000000030631e5ba1051fb19146c79d56f6f1ee073c7744c39c4 1.64 MB 7,701 2
860,150 860,150 00000000000000000001ca7b344c01b2f096f8cb2f0f792f42c4771de100159c 2.29 MB 4,269 3
860,149 860,149 00000000000000000001706c3db79651c0f4bc9e5437b23ba23c92bfc81b818b 1.78 MB 3,199 7
860,148 860,148 00000000000000000000a7177888928a26e599f9ed8ad0dae6c159dc021709dc 1.61 MB 4,728 4
860,147 860,147 00000000000000000001e947264d029a58127283e46be783832d194358e04185 1.64 MB 7,098 2
860,146 860,146 00000000000000000001f9120b0a26a2423cda0a805e0de1fc37a25f3ff86a82 1.68 MB 3,313 5
860,145 860,145 000000000000000000030375e7d83b6ac10f0979c5ca6cd02917da44ef14627e 1.70 MB 2,853 6
860,144 860,144 00000000000000000002d216f47d9425a2deff7d1ee526f905767b367e53a9aa 1.78 MB 2,285 4
860,143 860,143 00000000000000000000967af5bf56c26611a1155ae97c9d17e31ee37852b63a 1.77 MB 2,637 5
860,142 860,142 00000000000000000001ac93e805f087906a040c9f9c63bf518cdd6d0702f856 1.58 MB 2,903 10
860,141 860,141 00000000000000000000e90ef43d2f07f4a4018478a41a9f5777e48ccf714d56 1.47 MB 2,841 4
Previous 10 blocks ↓
Total Size: 698.04 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,067.18 GB sent, 197.99 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.