Memory Pool Memory Pool Refreshing

6,981 transactions (2.30 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,053 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (844,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,005 64,005 000000000007ac1c780012f30a4802deda332a80f36148c8751b5b4541198c15 0.00 MB 3 0
64,004 64,004 00000000060a6197c1a4584797707332a592fd4ecf6002c85a546617479d3e11 0.00 MB 2 0
64,003 64,003 00000000031fef17cb01987df72335d096760747fbcdd3c554e9a16647741f4e 0.00 MB 1 0
64,002 64,002 00000000056f7005eb8e9fbb46e56eac413c519b906995682af290416b48d738 0.00 MB 1 0
64,001 64,001 00000000005e61abe20a48deb7dc94ea3ff37ea7b5a57b1519fb708ea5967013 0.00 MB 2 0
64,000 64,000 0000000003d7055b51d7b9ab693de84c03201fe0396af61dbb30bf31445d3f55 0.00 MB 1 0
63,999 63,999 000000000b4faed77b3ae16fdc8feb7e4321cf02f0cf7a04d366bef265d9a6e8 0.00 MB 2 0
63,998 63,998 0000000004e8878051fad6eab5c6a6a4622292f8605e01dc01b9cb703b83bc9f 0.00 MB 2 0
63,997 63,997 0000000000b2a355dac3887d293791ca6abb1b7bc4b9bc33ba0d5b311f9c086e 0.00 MB 1 0
63,996 63,996 00000000099c489a58cc1997f6d1365927851281d23bb5fbbf9e47db09b14505 0.00 MB 2 0
63,995 63,995 000000000623e07de743f3f70801f9be74df5d3d9aa3ccd3a48b448756b770ff 0.00 MB 1 0
63,994 63,994 000000000263c18c30c68d30dfb04806c44671ae1af136985d7678c37ea733b9 0.00 MB 2 0
63,993 63,993 000000000beca4541a35a17148585f9ea3befd1072d4c5de778313e6391828b3 0.00 MB 3 0
63,992 63,992 00000000099176ed5a48be9418da55336231b1ef38562717b12179e6af839e79 0.00 MB 1 0
63,991 63,991 0000000000543ef7234ec0c649b945bbbe69f738558f5ba6cc51f9288053415e 0.00 MB 3 0
63,990 63,990 0000000005ef5b4251c394e051970655ba6bd6572c78a60277488d965dfb84df 0.00 MB 1 0
63,989 63,989 000000000a553e1f6fff1829d29befae8f257e5301aca07305aa489854663f6f 0.00 MB 2 0
63,988 63,988 0000000001d79b2c9dd06335de86c9268b552dc06a7b4b38d3252aff220d4f14 0.00 MB 1 0
63,987 63,987 00000000071c2cb2f58f3fc3ff3d3190b6986b68f6b6623f7cba9ecdc2806fca 0.00 MB 1 0
63,986 63,986 0000000004851be3fb4124cdaf9ee903092193a135b0ffbd427bc04ab53959b0 0.00 MB 1 0
63,985 63,985 000000000a25b2838dd5d56b95ec83fcb48a4043026235528e1d5851fe25a96f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.82 GB sent, 102.72 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.