Memory Pool Memory Pool Refreshing

58,519 transactions
28.27 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,844 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,963 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,843 (64,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,793 806,793 00000000000000000003b227afa089d7296a5e243e68cf1d45436973c5069129 1.48 MB 2,452 34
806,792 806,792 000000000000000000023172e638fc4f9025caba2186339dff9eaddf35cfdc47 1.57 MB 2,894 28
806,791 806,791 0000000000000000000186b12a90e3cebdebe0f189dfd7babc67adccf5540d2d 1.51 MB 3,782 33
806,790 806,790 00000000000000000002db8e1ce31ff51b84cee5330c8df1468ab647dded587e 1.49 MB 3,134 38
806,789 806,789 0000000000000000000206a94de5900e5ebbf45acf9351ceb78f57938261926e 1.50 MB 3,146 41
806,788 806,788 00000000000000000004328502d38a38c5f54afca2989c3a51a9518851b5ec33 1.44 MB 2,744 39
806,787 806,787 000000000000000000024978483b078fe2680b1193dc7404e8c65f16a10d4d86 1.30 MB 2,136 32
806,786 806,786 000000000000000000015afecc39f8aff09ef0687f58575d4a47086852b0f4ba 1.45 MB 2,693 36
806,785 806,785 0000000000000000000179590c29846deeb24f502d674fbda77b7b6c87d5534e 1.35 MB 2,834 42
806,784 806,784 00000000000000000005104dcab072bc0b5d3147c49fb96b92bc58b85802c4f1 1.49 MB 2,713 45
806,783 806,783 00000000000000000001c2730813aa928e1e68dbcc542db2a2586b37ef7df14a 1.68 MB 3,280 32
806,782 806,782 00000000000000000000f7f68ef31e2403a229205147cf746c6bb1a062dce681 1.72 MB 3,142 26
806,781 806,781 000000000000000000046e2724114db6caef4c3f031dbcc95aa6fa7f8279c49d 1.62 MB 2,433 30
806,780 806,780 000000000000000000036c6894e119de805fc451f2c807174e2b8b02fed09c0b 1.70 MB 2,665 29
806,779 806,779 0000000000000000000239e31375ee83136fde5d20d6da945c7dbf71784e1453 1.58 MB 3,597 37
806,778 806,778 0000000000000000000326912ba0aeb41ac07c0f28497cbd352af9d3fd95c8a3 2.17 MB 1,716 41
806,777 806,777 000000000000000000001c1c8e05928a7548ef075513471aea307d01ae63ab74 1.44 MB 2,796 37
806,776 806,776 0000000000000000000222f80a7839aa8fb4129c2186c33019d87f16bb40d02f 1.65 MB 1,772 33
806,775 806,775 0000000000000000000137f21ce2ba6df99d7ea0e23560d078e834cc75fbe999 1.43 MB 2,776 36
806,774 806,774 000000000000000000005258ebc39627bdf0f896af3a674d004734f7a5a06d42 1.57 MB 3,248 34
806,773 806,773 00000000000000000001ffaf3d15be5e0164ed677e26aa99139b2bbd430beb06 1.14 MB 1,012 32
Previous 10 blocks ↓
Total Size: 701.06 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,398.79 GB sent, 217.62 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.