Memory Pool Memory Pool Refreshing

60,843 transactions
26.39 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,691 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,357 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,690 (175,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,199 696,199 000000000000000000038c48ba96f078c3825b809dfa9b569329c7df003bba66 1.36 MB 1,360 5
696,198 696,198 000000000000000000092cb0d9c128998b7566fd4807559a21de3f83b30b058e 1.41 MB 2,949 16
696,197 696,197 00000000000000000006f0ec67c131014697a703b63cc02b60e5063d4ef21ab4 0.03 MB 59 33
696,196 696,196 0000000000000000000e9717aa6b234dbcac9a3daabb81b229ba7c4113e3c5b7 0.32 MB 630 13
696,195 696,195 00000000000000000004b408f3ed7b1ed6735cc6d1d0e70f9d9ef467634a99db 0.71 MB 1,619 14
696,194 696,194 0000000000000000000fa0c3c64e6f7a0761bdaa12fc624f10e1b4f5e9e37cee 0.68 MB 1,401 16
696,193 696,193 00000000000000000003ad2809f421c82cfc0ab2bbb20710fb9d55132438ad3f 0.22 MB 384 14
696,192 696,192 000000000000000000011854984489e07951da331fa20fa3c9a6950fd89726e6 1.21 MB 1,355 8
696,191 696,191 0000000000000000000f00812b7b294ccebcd6ce12150edbf6fcba7b31a7b2d8 0.18 MB 269 17
696,190 696,190 0000000000000000000c677c62cc82d6dfa706acb983c15e703dc6e412e97bbf 0.82 MB 1,076 7
696,189 696,189 00000000000000000003d86c27d663e54d59f8c3649c344aae2a53957f106fed 0.17 MB 315 22
696,188 696,188 00000000000000000010210e90874819e44d173f50b893ea9c2c7bc31702b55a 1.08 MB 609 3
696,187 696,187 0000000000000000000a6a0ce5c9a9237c7de02f42f120ab0992564ec3a7707d 1.13 MB 960 7
696,186 696,186 0000000000000000000fe08c1308ca294254bb8543cb372fd706b54e27e34b9a 1.12 MB 994 4
696,185 696,185 0000000000000000000b82f6abf55152e79b7e14e3f8cb26824363133602bebe 1.01 MB 141 1
696,184 696,184 0000000000000000000acf6ad4ef47e66f12301d0de204c4abd68174e0791b42 1.32 MB 1,703 10
696,183 696,183 00000000000000000006a7a512d6147482b6a3e7e8575b6ff88557f10359b7cc 1.11 MB 526 3
696,182 696,182 0000000000000000000ce1a5b0cb7fcd6ca5bc1f31a8e4a99df9d6e0c1965813 1.01 MB 194 1
696,181 696,181 0000000000000000000d3c68597f8b2f1838dc1374ec86fb33286c746de849ff 1.41 MB 2,238 11
696,180 696,180 000000000000000000015394d058281457306cc0cc50f540af6951918ef1c30f 1.17 MB 977 4
696,179 696,179 00000000000000000007a604198e3aa3fd4b879c48dcdc68d1c8a778ad18256d 1.40 MB 1,886 10
Previous 10 blocks ↓
Total Size: 702.62 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,557.41 GB sent, 228.90 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.