Memory Pool Memory Pool Refreshing

25,224 transactions (8.37 vMB)
  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (9 blocks)
  • 3 sats/vbyte = (6 blocks)
  • 4 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (3 blocks)
  • 6 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 47/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,897 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,702 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,896 (826,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,048 82,048 00000000000fbc2c368b38c70d2cd12771ed292534dd8b43c066f59da1575447 0.00 MB 3 0
82,047 82,047 000000000037769d08a736248ebe1fae7d8403f4f1600498b3fadc600a9ea1cd 0.00 MB 1 0
82,046 82,046 0000000000056f70caa919d4836cb9e7fc94d24b099a0adf8ee3ea6376ab6b4f 0.00 MB 4 0
82,045 82,045 000000000018cf04e42c6696a1ac88db37d340e2ec1fd2c70187020b36a5dd16 0.00 MB 1 0
82,044 82,044 00000000001f33ab313e8aafe365079652cf92b29f6ff148889533c7ad314ef4 0.00 MB 10 0
82,043 82,043 000000000007a8c7198b796b3f28abf9d2e02e15dd1d5f40d8b6ce46f1ab342a 0.00 MB 1 0
82,042 82,042 000000000026468ba30deb83b157b6459b55b69f7a494556f023e6e92409233d 0.00 MB 4 0
82,041 82,041 0000000000407ef1e177e6567b408ae2d4f9fccf27c059d6d47a3531090b3bcc 0.00 MB 10 0
82,040 82,040 000000000042910abf2c9a6a1aec719450b5aaa3468fe22dd8d7a34ccaaf9c13 0.00 MB 1 0
82,039 82,039 00000000000458129098727e168b8c05949ab14010f66016868e4469ff82720c 0.00 MB 18 0
82,038 82,038 0000000000354b926178eb5051831751132daffc6ff1af4687d91b1aba473f62 0.00 MB 11 0
82,037 82,037 0000000000124ce3d8f5cade9538f64287af9b2c8885a8247d892d6a5a25624e 0.00 MB 2 0
82,036 82,036 00000000000765c8868fa62aabb4b94728c4588d446348ebea9e09ee838867a1 0.00 MB 6 0
82,035 82,035 000000000007c4047fbbd58b1e2262aab1ddb2798367a08304639ef4a083bc46 0.00 MB 1 0
82,034 82,034 000000000010c8b25ecc4ca1a2c7d38e1a86209015657d674b5d60ca05396584 0.00 MB 5 0
82,033 82,033 00000000000d7cbf8259803755c8adae0ddb1ccc63c943d8c874ba082f7b221e 0.00 MB 6 0
82,032 82,032 00000000000705c310eea82f150c0fe1735590e38e142dac87675a7d93b97fb3 0.00 MB 1 0
82,031 82,031 0000000000289d220d2f72a6afc470f134ed74077d37ce3a96ea9fb5cc1e3af6 0.00 MB 3 0
82,030 82,030 00000000002312f845a9e6997b85fd67a2bd67f6bf39ef0b5a9e3e606a4be33a 0.00 MB 1 0
82,029 82,029 00000000000030e5e64e15fd4dac10175e2988443769c1fd978f9b7570d0bcb9 0.00 MB 1 0
82,028 82,028 000000000020c810b5cf4e1afe1811f6a0c5f73b979c692b73620c226fc376a0 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,863.52 GB sent, 104.10 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.