Memory Pool Memory Pool Refreshing

15,416 transactions
32.49 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,083 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,383 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,082 (53,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,781 810,781 0000000000000000000004e7e45d86f0e11c93686b49fad3be3de0801495e193 1.66 MB 3,140 22
810,780 810,780 00000000000000000001e1add6ca545a822169f2d31c783983a48ea4e908ffce 1.53 MB 3,651 31
810,779 810,779 0000000000000000000235dbe44f7baa79685e4453015398fc7def3eca7b6476 1.49 MB 2,900 31
810,778 810,778 000000000000000000002edd962bb74150f7047b9cdf14815baaf139680c209b 1.32 MB 2,343 29
810,777 810,777 000000000000000000004ead68027819d0566d0a78e9daf6a8b02c8f93c4eecc 1.69 MB 3,103 28
810,776 810,776 00000000000000000003f3878e3c8339efb0bc3be9ee599ae9b8eaad86ac89b9 2.13 MB 308 28
810,775 810,775 0000000000000000000179814f3778c255838a0287df695d06f1e26b7799b339 1.79 MB 1,809 34
810,774 810,774 000000000000000000044d83c302b05d07f339b2404a3aa9bd7eca0f15581466 1.42 MB 2,895 21
810,773 810,773 0000000000000000000403a91c5d3acd45dda62b418fae4e22bd59dda91c4b89 1.63 MB 3,392 21
810,772 810,772 00000000000000000001a2490fe10e55fadb18c9982457076c817d2c2b120f4d 1.51 MB 1,356 12
810,771 810,771 0000000000000000000293339a6e0096cb1cdefd70f7ccdf87d61d74f4b4e518 1.56 MB 3,590 19
810,770 810,770 0000000000000000000385f43cbc209965617b2461586812e9c884cba677f3d8 1.49 MB 3,553 35
810,769 810,769 00000000000000000001a8f01bdeb31adfd98b97845388f5b9401ae13f36bba9 1.55 MB 3,596 30
810,768 810,768 00000000000000000002bb621f707457eb4b58c5175bca7a5dcc721e4472edd4 1.67 MB 2,462 19
810,767 810,767 00000000000000000002db1fed3a6effd788f701a2851e7764e37defc8f9c7bf 1.29 MB 2,049 29
810,766 810,766 0000000000000000000309b2d17075dc0e073b9fb278c82ea3b7ed16ffffce0d 1.64 MB 3,083 29
810,765 810,765 00000000000000000000fb654d8199a1fc240af3bbc1734458ed0d8aa90c55a0 1.52 MB 3,078 20
810,764 810,764 00000000000000000004cd165ee9f93e68460c37173027e944838f306a63707a 1.57 MB 3,227 18
810,763 810,763 00000000000000000004090783eb83951d6d9c91dd88f345cdbafd34da8d0cc4 1.42 MB 2,528 21
810,762 810,762 000000000000000000000d070d5b4fb5c69ee6bae4bab65e7fe2167bc4651fca 1.49 MB 2,689 23
810,761 810,761 00000000000000000003cd8c9919b1073bab32cee67bfb350c2b943add7ab9cc 1.54 MB 3,658 33
Previous 10 blocks ↓
Total Size: 688.19 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,620.14 GB sent, 126.34 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.