Memory Pool Memory Pool Refreshing

56,968 transactions
31.27 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
862,560 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 6,014 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,559 (262,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
599,883 599,883 00000000000000000000e1d6ac652a57351dbcc996ee683eebbed1a8de48732a 0.41 MB 1,048 24
599,882 599,882 00000000000000000002cf9c7b524efde231d3afe6cccb5065f25b826cefd080 0.97 MB 2,582 21
599,881 599,881 0000000000000000000adf307306b58cb6dbb48d465e9dbff89619dcbe373f6f 0.28 MB 798 17
599,880 599,880 00000000000000000006630d55daf0adbda2f0a58e7d26fc84d11b6ac1911a44 1.23 MB 3,040 23
599,879 599,879 0000000000000000000bf9fa7c2c88c0f01e2cc7c9ebea2706357b33bac58034 0.15 MB 432 7
599,878 599,878 00000000000000000010ed0c4ec47f6c106d3e824fdf135b55c9c0b2a51264ec 1.26 MB 3,072 25
599,877 599,877 0000000000000000000ad49639555d0b143053654bdb0f6330aec8b36cff2e09 0.08 MB 254 27
599,876 599,876 00000000000000000002e6bab56f1d67096c92727c31296b46967c471d637dd1 1.06 MB 2,993 22
599,875 599,875 00000000000000000009bfc8dc22d606f15311fa126e12bcaf4d2db836a0856f 0.69 MB 2,146 19
599,874 599,874 000000000000000000144a8532870957660cf7318a3702245d40c7eae7094afe 0.80 MB 2,298 18
599,873 599,873 00000000000000000000f5374eddb48096b31b260947d6bb6626534835585f5a 0.31 MB 942 23
599,872 599,872 00000000000000000005fb19380db3742701e57fc3c65790ed17a829397e329d 0.45 MB 1,264 20
599,871 599,871 00000000000000000011f09ad275b3e86a8407ed49673311fa1001ded8061e98 0.11 MB 283 33
599,870 599,870 00000000000000000007359da0666495a0b241954c2b80459f95e7f2b95439ca 0.27 MB 790 30
599,869 599,869 00000000000000000009dee5f5ce74dd1a74b1907811d9bafccce889f06a1093 0.67 MB 1,694 23
599,868 599,868 0000000000000000000095bd52fb68178f0fa2ff6500bdbe82dfd3842717ae59 0.55 MB 1,538 5
599,867 599,867 00000000000000000005975c4c4e4679b181a70f0b49693e838199361cf5266c 1.20 MB 2,766 28
599,866 599,866 00000000000000000014c336abe3c0c771b8b1b595631e880eeed0fff0f3ccbe 0.43 MB 877 25
599,865 599,865 00000000000000000002256e45ea9589abebba10c41f414bde9cca34b3cde757 1.14 MB 2,791 21
599,864 599,864 0000000000000000000036cf81f64a057be455481aa0dd26c48ab9b2099e35fd 0.59 MB 1,722 21
599,863 599,863 000000000000000000027009ff897c98f5d2d4ec2630579dfff4e544b4dad398 1.16 MB 3,234 22
Previous 10 blocks ↓
Total Size: 685.23 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,374.49 GB sent, 107.23 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.