Memory Pool Memory Pool Refreshing

35,191 transactions
30.75 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,377 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,750 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,376 (54,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,564 807,564 000000000000000000046de13bb853af6aa9f7bc8bd218498ac9fb044d157dba 1.68 MB 3,589 19
807,563 807,563 000000000000000000018e1baf78dee176ddd9ea1f57bb1673b39287209de2b1 1.80 MB 3,761 18
807,562 807,562 00000000000000000002c0fb5d8cb499c4a4549a329feaec848233268818bb3c 1.66 MB 3,338 14
807,561 807,561 0000000000000000000258554c3c785b90ca72fa86cfb8a6aa68334e5a08d70e 1.80 MB 4,478 18
807,560 807,560 00000000000000000001838278d1825fb786d6b7a2e20d76dff5875de817a368 1.91 MB 3,270 21
807,559 807,559 00000000000000000004e5c215d3944d32e94b37a58de0004f41defe8435d57c 2.00 MB 4,905 13
807,558 807,558 00000000000000000000370fda2b0627967c0ea393173c7b071afcdc7833bd2b 1.63 MB 2,894 20
807,557 807,557 00000000000000000000204af8d4d6200945bd9db5cad20f159f25c18eff4c8a 1.91 MB 5,710 14
807,556 807,556 0000000000000000000200b30cbf2b527b4f6477299f3080b05c333b12e00307 1.40 MB 2,441 17
807,555 807,555 00000000000000000001d665ce02d1a9ad6c1050e96a656128ce5074341cee53 2.04 MB 6,397 14
807,554 807,554 0000000000000000000232ea0874a1ec20640347e5fd2023978b0c70c0e33481 1.48 MB 2,434 19
807,553 807,553 0000000000000000000154487d1fed74bf8d7bb29037ff589a37ccb692c3f3f5 1.50 MB 2,769 15
807,552 807,552 000000000000000000034ab8d7a1548df32084fc36e1f591aeb18653663bda04 1.49 MB 1,402 20
807,551 807,551 0000000000000000000396d4d5f7ea786a4c83b0ade0b77e186c3e78273d3b61 1.53 MB 2,994 24
807,550 807,550 00000000000000000000b98aaaf6beec88c1a89a144a0cbaf6ba1e2c082ba4e2 1.54 MB 3,097 34
807,549 807,549 00000000000000000001fce823abd22838e7955dfc9e98fd267cb7b804a6561a 1.50 MB 2,849 34
807,548 807,548 000000000000000000033eb2049d16b13ea7c792653c828c2e2506938c923aaf 1.87 MB 5,267 15
807,547 807,547 00000000000000000002b74e39a62aa5252a889e6481b126d616bb88b08a612a 1.64 MB 4,158 16
807,546 807,546 000000000000000000004e6ad4c68087a60f1367205245b2d5daf9b4eb2f3d38 1.59 MB 2,285 23
807,545 807,545 00000000000000000004035661ec5893014713ef321874c2ed5c685f87cd8d96 1.39 MB 2,192 25
807,544 807,544 00000000000000000001c98584741b5c416429ea8bd404289798e66fffa8ec9f 1.76 MB 4,672 20
Previous 10 blocks ↓
Total Size: 684.88 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,365.99 GB sent, 104.17 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.