Memory Pool Memory Pool Refreshing

31,402 transactions
17.57 vMB
Show Random Selection Loading Transactions
Max Size: 96/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,563 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,051 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,562 (271,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
598,840 598,840 0000000000000000000c936d1ab08c7131561ad3160a0d41a45da69a50dfd207 0.14 MB 380 24
598,839 598,839 000000000000000000138e81f4d3ff585e3303d71a100a9b29aa5424731ed3ce 0.29 MB 816 32
598,838 598,838 0000000000000000001563db489eb3bbcadb5c4f91ed957a540a223240c6960b 0.04 MB 118 17
598,837 598,837 0000000000000000000933dc57ac41794ac70f4a81d0fe2437e3a0c6201ace4c 0.00 MB 1 0
598,836 598,836 0000000000000000000676da0c0b531d199fc4e1df333892a5dd20fe562399a2 0.32 MB 955 31
598,835 598,835 0000000000000000001160204ef189b3def5e5964438e265b4ea99d7291dd710 0.07 MB 233 15
598,834 598,834 00000000000000000013dd189dd9cf61e0bdc9fd0e0dc2736d62f571951e3ccf 1.13 MB 3,231 23
598,833 598,833 0000000000000000000294011ace39cca690158027da7a80a5bedba7a4aadb53 1.09 MB 3,092 20
598,832 598,832 00000000000000000001f76923fefafeb939e4317febba43d10127eb5c9767a9 0.86 MB 2,615 15
598,831 598,831 0000000000000000001280dfc1c87c5dd6d0292accc25fdd6b09466f3611b867 1.27 MB 3,738 26
598,830 598,830 00000000000000000011035c2ef7170231f26cff03287a9ea974bf4ea7313bc2 1.25 MB 3,046 23
598,829 598,829 0000000000000000000779c618bb2ca46c6e0ceba7a2287535085f359ec90c3c 0.13 MB 207 8
598,828 598,828 0000000000000000000bc0db25e055b9fbdb53292ea45e2d2298cfe6f812f25c 0.40 MB 1,207 9
598,827 598,827 00000000000000000010ec411539b780fa0ce2bca04e9d5405c34d0f81d20ec0 1.25 MB 2,869 20
598,826 598,826 0000000000000000000860345593292c08748ee40d0c77b05b45067a8039965f 1.15 MB 2,806 15
598,825 598,825 00000000000000000013472f7a182b91f0349ad9f98281755385a878e2458103 1.05 MB 3,245 9
598,824 598,824 000000000000000000043488d5185d9f6afc57d57a8b1c777f98fd4b2f3c3983 1.34 MB 3,080 24
598,823 598,823 00000000000000000000f8185cf05180e09aea1c9ba1f7631a0b77449e733245 0.52 MB 1,243 16
598,822 598,822 00000000000000000007fe9abeb1de78574d92d60127ee804046c2998e19fcd6 0.78 MB 2,290 12
598,821 598,821 00000000000000000010e81fe12b266ab85bfb9210608d562a9c10b66cee72a9 0.11 MB 360 14
598,820 598,820 0000000000000000001012a59aab8a200de211f89e50eb9dad7ea4f6925cebba 0.73 MB 1,972 18
Previous 10 blocks ↓
Total Size: 700.51 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,362.36 GB sent, 213.95 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.