Memory Pool Memory Pool Refreshing

19,406 transactions
28.24 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,590 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,835 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,589 (84,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,125 779,125 00000000000000000000a6e726284b6d638fb7101c8d5a007081eda6587d590a 1.61 MB 2,297 32
779,124 779,124 00000000000000000005ba502c08c01981de72175e08958fdb2252d7c970ff20 1.71 MB 2,655 13
779,123 779,123 000000000000000000006b9543a6f0813c30a1a73b98c7843035736ca55052fe 1.57 MB 3,347 17
779,122 779,122 00000000000000000005d13ec3109a1047fec953cdac154473a58737ce5dcc40 1.68 MB 2,685 24
779,121 779,121 00000000000000000000fa36a9fd6109986d2221c1b5531bd27d8f91502096bc 1.60 MB 3,573 23
779,120 779,120 0000000000000000000576749387df68cb328b5837c5f1dd7b8c24fe42a20902 1.52 MB 3,756 37
779,119 779,119 000000000000000000037408479b9ef70b4a464a83cb59ae90e38669c7dc0501 1.57 MB 3,885 27
779,118 779,118 00000000000000000003d5946d6696c2294547c87eacf5b439e2ad6db4471a94 1.31 MB 2,261 34
779,117 779,117 000000000000000000021732dfe831f71cb8c3a2e8d8cedf6b2ba8180609c2b4 1.96 MB 1,605 16
779,116 779,116 0000000000000000000140eda2b77bc17fb97fe0d6e4c439dacc828f12a26949 1.14 MB 852 17
779,115 779,115 000000000000000000058bb0ce36db327f0921935aca2619c2fda1bc81f8480a 2.90 MB 1,078 6
779,114 779,114 000000000000000000061013df3c18d2de4a4999395bc9a4aeb7f81c9a4145c1 2.22 MB 2,328 12
779,113 779,113 000000000000000000012ea2f04c435bc1102bbde9be2044d2797e311f3d3df7 2.67 MB 1,805 9
779,112 779,112 0000000000000000000299f7f8a3c6fc7f2bd76833288a5addb0949240413261 2.91 MB 1,706 9
779,111 779,111 00000000000000000001b63d548820d2d3b4a8dc44c2605da9b07a372d776290 2.51 MB 1,991 6
779,110 779,110 00000000000000000006494cf3fd67999dcf39f273a2b125c09efba7f9b9bc0b 1.56 MB 3,402 29
779,109 779,109 0000000000000000000344bdc41d9241bea36df732f52a8238203036eb13566e 1.99 MB 2,055 11
779,108 779,108 000000000000000000064fe28b7727a2221164ad1c4ca527e61afdc0b66b3753 2.37 MB 2,427 8
779,107 779,107 000000000000000000006487f1160cf435215cd6eedbb2f84373efe8030ca1a6 1.75 MB 3,136 22
779,106 779,106 0000000000000000000337f8f6f567a21680c11ad57a9bda9721eef94ea60642 1.99 MB 1,926 10
779,105 779,105 00000000000000000001b9add9ff682b1165e92ba0333bbc5e7356524b3a9e13 1.50 MB 2,349 22
Previous 10 blocks ↓
Total Size: 687.24 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,512.29 GB sent, 120.59 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.