Memory Pool Memory Pool Refreshing

59,499 transactions
23.88 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,040 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,867 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,039 (54,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,303 807,303 0000000000000000000135e12dbe675418ce2dfc78faa5de89881d726910a20d 1.88 MB 4,345 18
807,302 807,302 000000000000000000014eb802ac38db9ab259f454ad6d1e88d289fd2c6c1045 1.73 MB 3,431 14
807,301 807,301 00000000000000000004a4a680b8f84b254dc162aa77fcf71800478e0f5bdd13 1.74 MB 2,117 26
807,300 807,300 0000000000000000000144877ad6d80992b13099a26600fdf71ec92001fe0dce 2.18 MB 7,269 12
807,299 807,299 00000000000000000000623a8d01478b742fc5dadbea365adfa1dae51a84ec85 1.53 MB 2,411 18
807,298 807,298 00000000000000000000240249327387fabae48c7ec73d1e97ae5420a9afb069 1.40 MB 1,703 21
807,297 807,297 000000000000000000008b55a61959a3a312f0938cd70c2de950252fc9efef80 1.36 MB 1,837 15
807,296 807,296 00000000000000000003225436d1a479b88d258fff2541bf0b387afa24009265 1.60 MB 2,476 19
807,295 807,295 00000000000000000000bcbe33b2e63178d7eefca8c09e0effb013dc94c88495 1.42 MB 2,196 19
807,294 807,294 000000000000000000052a494842a3ce17f3e3de971284f6dededd1ad922b394 1.45 MB 2,571 27
807,293 807,293 000000000000000000006040dfdc679d12d8eba47215da6601bc8bf9cc2f7967 1.57 MB 3,003 28
807,292 807,292 000000000000000000001894322b292db64af59441288ab35c30060ad825b9a6 1.64 MB 1,353 14
807,291 807,291 00000000000000000003c5eb2b75beb0028f0c5dd9c424a227c5272899729a02 1.28 MB 1,817 18
807,290 807,290 000000000000000000010862f6ef5f47744ead8de2847bf3bb64e072c1fd746c 1.80 MB 2,316 18
807,289 807,289 000000000000000000052a8aecd9e7acaaf6efd513828e870eb3120213af77e0 2.00 MB 6,188 13
807,288 807,288 00000000000000000000c5f92f3a295df5bd05c1442bf6b157d6ae2c1b5c2bbb 1.54 MB 2,269 15
807,287 807,287 00000000000000000000d24358d1d5726c5d8b391f177ec3aa47ec57454670c6 1.18 MB 1,568 22
807,286 807,286 00000000000000000004d961ec89cbbcd8364b2ebd08c1cb7e078477a5796cc2 1.55 MB 3,215 15
807,285 807,285 00000000000000000004391df024ad927dc7cb69c13086e90f6ad575697b67c5 1.81 MB 3,642 13
807,284 807,284 0000000000000000000092a1511f74e054fa828ce1cb1eae424ce78bd7963349 1.52 MB 2,503 21
807,283 807,283 000000000000000000044a194883e83d42b0a324821c2aaf99d2f9fe51aacc84 1.80 MB 4,449 14
Previous 10 blocks ↓
Total Size: 684.23 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,330.53 GB sent, 99.94 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.