Memory Pool Memory Pool Refreshing

36,734 transactions
31.10 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,204 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,918 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,203 (449,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
412,917 412,917 00000000000000000451ecc322281bea2de85b5703f79f62165b0edb674d2d3a 0.28 MB 654 55
412,916 412,916 0000000000000000044127a8b620788b0e965023aa57b64c3eedb401e0d3027f 0.47 MB 1,130 41
412,915 412,915 000000000000000004461dd0dab26ae3fc9b40488bedb39cd9a06f899fa68519 0.14 MB 278 40
412,914 412,914 000000000000000001c5afb1a27c18fecc8e21dd7d8f7f803c67ebe7a4822a46 0.93 MB 2,061 41
412,913 412,913 000000000000000005695c16cc78c2bddbcc0aafb02229f8f932d45b067bfe60 1.00 MB 490 12
412,912 412,912 000000000000000002926ce9e3d611a444bb40dac2cec97f636e610791bc84f6 1.00 MB 284 12
412,911 412,911 000000000000000000ccefc3cd6ad4947c881ab09a9722a57776df932f185f4a 0.88 MB 1,694 41
412,910 412,910 0000000000000000024592545094dcfec935b6393dee726569c0617bb87cc43c 0.97 MB 2,042 40
412,909 412,909 00000000000000000428cebe1cc15d1db58e3bfc3b0d0a53d389444e5b682915 0.89 MB 171 9
412,908 412,908 0000000000000000028e16bd10fe019f5fe971c90f3c90640dbf44d8b0c2932c 0.46 MB 1,009 46
412,907 412,907 0000000000000000041b5ce85e097a53786c1bbdd176cf1a5fdde38fc45055b9 0.93 MB 1,331 26
412,906 412,906 000000000000000001515dfe8a754c39766de928ab5a080fa60d8bfeb110db3a 0.00 MB 15 157
412,905 412,905 000000000000000001129a2579640e93d19e4fa6d9d12f540e7687c60ce53741 1.00 MB 2,198 43
412,904 412,904 000000000000000004584efad4c94c8cf1a518a8bdb5c107e8f279a1da95d4b5 1.00 MB 2,723 44
412,903 412,903 0000000000000000009e006aad09b62432c582b5a5e1637bcf1ae8beb4411209 1.00 MB 2,317 78
412,902 412,902 000000000000000004ecbdce505c39d799e872c63c169ced4297a63a5a911c11 0.39 MB 887 42
412,901 412,901 0000000000000000057d137d4e57ba70dfbe5d3ce4439fec5b5b77a8b4f4bc70 0.34 MB 878 51
412,900 412,900 000000000000000003148a25393495ba964c848aa6310a94d7e9502f76d82f57 0.70 MB 1,250 30
412,899 412,899 00000000000000000036b85620f64fcb9a5b1c2183dd64a121b4a6aa53b6d74c 1.00 MB 2,306 50
412,898 412,898 000000000000000004d663344f3282769a94da79d25793d581199d814ab37192 1.00 MB 1,309 23
412,897 412,897 0000000000000000025a4a019f855be6a10ddeac827cef2ccb1ccd0cd7c84c8b 1.00 MB 3,120 64
Previous 10 blocks ↓
Total Size: 684.55 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,355.77 GB sent, 101.80 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.