Memory Pool Memory Pool Refreshing

35,392 transactions
30.77 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,359 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,515 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,358 (53,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,886 808,886 0000000000000000000254490bd541f71865f21fc7df674fd6771443ed0772ac 1.52 MB 3,488 43
808,885 808,885 000000000000000000025e15c193aec259d90e1d3b49b8681d7003ba997cd7ad 1.67 MB 3,180 46
808,884 808,884 00000000000000000002bd40c360b2ab0097607d6e2de0afe972bc38da36bb52 1.51 MB 2,876 59
808,883 808,883 00000000000000000002f064e3cae1b523bf99687482380d8a671b5c5d768a2c 1.76 MB 3,829 45
808,882 808,882 000000000000000000029353793769430d8e8c6117dca9f47849b96aaba2ca3f 1.51 MB 2,659 53
808,881 808,881 00000000000000000003c869c6d45b9ccc7f885748e73a3f6849408cbee964ed 1.29 MB 2,151 55
808,880 808,880 00000000000000000004d4435e55fff8a619e6c414edbedba5a4e82e50678632 1.28 MB 1,614 44
808,879 808,879 000000000000000000024de541c861b85e0b4cd0d166500ca06974801c694339 1.23 MB 1,537 43
808,878 808,878 00000000000000000001ee00dbf8dbd6bb9c3eaf6bbb5cb942ca9085640a1cff 1.41 MB 2,805 44
808,877 808,877 000000000000000000007761b9076f7e5b29b5f7ef4a74cd4372b1c0631a20c9 1.52 MB 3,170 46
808,876 808,876 00000000000000000004401ea0694af9c89564d76bc5462577e312eea5d23fa2 1.49 MB 3,249 51
808,875 808,875 00000000000000000003e5557c14e955f2c88465bb8c02a4d694a3657a40d79e 1.18 MB 851 44
808,874 808,874 000000000000000000048e0643366b7c0129d2dd8d2cf758ca6273ed81c765d8 1.88 MB 2,300 35
808,873 808,873 0000000000000000000199b0c4737a5355f61f4c720d1a5c8f4a8ccfdced9cbf 1.99 MB 1,114 35
808,872 808,872 00000000000000000002f7eee06c46b0a44af074aaa5c1a24ad5a609c87af623 1.57 MB 3,141 43
808,871 808,871 00000000000000000003a02a908458e3a0ff1ad30cbe2613787f1e37278ab711 1.82 MB 1,610 37
808,870 808,870 00000000000000000001f0f37b16574602719fdbe571110a7772b5062d60d501 1.38 MB 2,862 42
808,869 808,869 0000000000000000000069b080a300f1bedb685d533d7a251d3150917cd0b19a 1.96 MB 1,005 35
808,868 808,868 00000000000000000002132c0baa55c6844921e7f0a51228a8be5d11272a4765 1.52 MB 3,588 38
808,867 808,867 00000000000000000001f7d750b17b4d47460fca3c0f74c3c41a879e1568e931 1.62 MB 3,559 42
808,866 808,866 000000000000000000033e2fee7e31e3ff78c40e79d062edf7e0410e910505eb 1.48 MB 3,866 52
Previous 10 blocks ↓
Total Size: 684.85 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,365.30 GB sent, 103.95 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.