Memory Pool Memory Pool Refreshing

10,701 transactions
32.67 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,946 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,201 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,945 (38,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
825,192 825,192 000000000000000000019939f9292452cfb218bfcfecff170cf2912f40591501 1.72 MB 3,162 84
825,191 825,191 00000000000000000001b089235da09389605d89acf1a4470fdf221a73cb269f 1.43 MB 1,989 37
825,190 825,190 00000000000000000002d5fe7210cb25254a576f4fd8adc3cdf876d6a8415cfc 1.90 MB 2,794 38
825,189 825,189 00000000000000000000937d11fe3185110ce4244f70bb39782b4c3ed6484a3a 1.86 MB 3,127 87
825,188 825,188 00000000000000000001527bba28f7b5652599a2d4213d1fa2b69eecafe90b82 1.59 MB 2,375 49
825,187 825,187 000000000000000000012a300541c9071c19c7cb1c19bdbd8a55a2b1379af5b2 1.66 MB 3,346 70
825,186 825,186 00000000000000000000d7ebd8bd8d73b1d27674e13b62598eff54c99243b7fe 1.48 MB 2,991 69
825,185 825,185 00000000000000000000267e363d2fb62ce3d8984437ccc21cc6a1005e3bf033 1.78 MB 3,100 55
825,184 825,184 0000000000000000000061a146d29236cb77cfff4cc676d44989e5e5ffa0714e 1.53 MB 1,306 35
825,183 825,183 00000000000000000003cc0d7d51b84a87ed5b436b2f030bb4aa4bd76ad7cea9 1.75 MB 3,623 66
825,182 825,182 00000000000000000001aa98b78670bc8fb580212ec267073b4a3d72aa47328c 1.86 MB 2,644 39
825,181 825,181 00000000000000000001a79d1975ec91e1b56d917ba0b7d512d85f7ba2987b9c 1.76 MB 3,567 76
825,180 825,180 00000000000000000002f7bb235ee2512d969e49628a203c886207a15bce7fa1 1.69 MB 2,915 46
825,179 825,179 00000000000000000002776d0e43411a88cae45efd0278caf6dbd207262374f3 1.76 MB 4,863 76
825,178 825,178 0000000000000000000048767483a3267d8aaf2969ef7f4d500df3f5dab3582f 1.76 MB 3,601 65
825,177 825,177 000000000000000000009075a598ead1dd2ada99ec2c272513cfac5dbdbb1ad7 1.63 MB 3,174 77
825,176 825,176 000000000000000000035826f63c892190389daae72ef70cb0a75be0fc143559 1.62 MB 3,525 84
825,175 825,175 000000000000000000023e72934738fa9e1618a6462967d6844fbf38cee6f6f2 1.60 MB 3,323 118
825,174 825,174 0000000000000000000167f359c21a75c462de1fbcb31be89251b3ceac20dd99 1.57 MB 3,185 138
825,173 825,173 00000000000000000001a205d787d80a0a146830581c33e026a83161a56282c2 1.64 MB 3,074 80
825,172 825,172 000000000000000000029a62ae4a523ba7da409283433740693de21c6527c1a8 1.82 MB 3,526 67
Previous 10 blocks ↓
Total Size: 687.91 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,532.38 GB sent, 124.83 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.