Memory Pool Memory Pool Refreshing

77,389 transactions
32.84 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,107 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 5,680 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,106 (204,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
665,929 665,929 000000000000000000096696c7e1a8b5f7128feaa120b2bb31af7b686d9f83b1 1.23 MB 2,100 116
665,928 665,928 0000000000000000000b27465784100a3d34f60b9b42adffcfc21ae4ce70dc76 1.23 MB 1,854 137
665,927 665,927 0000000000000000000a319828f1a4c07b4d624360a55eb2527502e7bcf7d08a 1.20 MB 2,978 73
665,926 665,926 00000000000000000007d6532937fbbd6e858eefe09b9aa5513cd116c80c337a 1.21 MB 2,964 90
665,925 665,925 000000000000000000042bccb13f38fc8d109c3f3ecd0bcd5ed659094aff0892 1.17 MB 3,097 87
665,924 665,924 00000000000000000006c2ad9786eab4b96e407ac0d28606e5f25d2c80b9702a 1.23 MB 2,430 88
665,923 665,923 0000000000000000000c7141411c0860cc97ea0d922d3e56860b2b54542af646 1.36 MB 2,967 138
665,922 665,922 00000000000000000001ded1eb6c3de37f8e592936bd0bb5c61255f1b7bed263 1.24 MB 2,215 104
665,921 665,921 00000000000000000006c8923288d03e07569876fd6760fd1c5e12fd5acc03d5 1.26 MB 2,470 102
665,920 665,920 00000000000000000008c8819a87ff08cf6a1d04d4ccdbc3238227f31f042f98 1.35 MB 2,857 144
665,919 665,919 0000000000000000000cf7c4adb5b692cf30dd2eb985737a2412a34581d47560 1.27 MB 2,127 78
665,918 665,918 0000000000000000000adc35079ba4276989c8858a49be164ffb4d0fa56828f2 1.23 MB 1,089 41
665,917 665,917 00000000000000000009f4a7e61ad29d9beb123a14bc0754b057005c83ef5dcd 1.26 MB 2,450 82
665,916 665,916 0000000000000000000b6437ac4a38404b634f3f753ae520d256bcb0c44c2faa 1.24 MB 1,590 105
665,915 665,915 00000000000000000001a2672b5a4834939bdff0ac26431f145269ff0c63884b 1.16 MB 1,102 133
665,914 665,914 0000000000000000000a509ee8dd5d04224880c60bc366e540418a65180ffed1 1.25 MB 2,119 77
665,913 665,913 00000000000000000009f1208b57d678c31f9299304c8e56495fac62cfda545a 1.01 MB 74 30
665,912 665,912 0000000000000000000b3d163d0a5d0ce63c8d0d454073e643d96e776750cdcc 1.26 MB 2,103 48
665,911 665,911 00000000000000000002a786cd4aaa144582ddfd7870fd15b11ff5a3e06f4e23 1.24 MB 2,557 66
665,910 665,910 0000000000000000000160a14b42dbf490691ceaf8152e03ffc5d79987c7f706 1.31 MB 2,231 119
665,909 665,909 000000000000000000008d0b22d51323bbfd8b88ed8c4512320603f74a115fea 1.20 MB 1,550 54
Previous 10 blocks ↓
Total Size: 699.66 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,180.60 GB sent, 208.14 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.