Memory Pool Memory Pool Refreshing

70,484 transactions
33.50 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,333 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,337 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,332 (503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
869,829 869,829 00000000000000000000ff5f17ab45337b1a27e28ec4a29b48e98daee001ce1e 1.84 MB 1,994 7
869,828 869,828 00000000000000000001f46d4591126679206da9ac044a6e1d00d5a2f0edca62 1.64 MB 3,011 7
869,827 869,827 0000000000000000000092e93d35f88f9512918c5c3543b4f7ffa91664339d9f 2.31 MB 161 4
869,826 869,826 0000000000000000000201b53c8826372af21fe6db7a80e5fc4a68f348f21fb0 1.68 MB 2,836 8
869,825 869,825 00000000000000000001d9d1cca946d7c36672dfedec4fd7dc5824e90f796ab5 2.25 MB 565 5
869,824 869,824 00000000000000000001ab470a0c639104a422a222034fbaa8c3496473c99131 1.99 MB 1,711 6
869,823 869,823 000000000000000000003755e46b347a4af0cc5c216662c95928fe8b21c9b475 1.72 MB 3,478 6
869,822 869,822 0000000000000000000040471d90c43fbe62d52eaf5fe3a69c60a12a1265daec 1.57 MB 3,202 8
869,821 869,821 00000000000000000001e6e4dbfbe40d9dea67626cea7af0a1c1d5755b2914d2 1.66 MB 3,297 6
869,820 869,820 00000000000000000002b50c87f0407e6032c132d3f772a786cf805fd770282f 1.54 MB 3,683 12
869,819 869,819 00000000000000000002116b8d0317b8d12963db594ed285be4913604297a781 1.53 MB 3,557 8
869,818 869,818 000000000000000000026d9a88240a1789295f11eec130a798602bfa4a83389b 1.52 MB 4,118 12
869,817 869,817 00000000000000000001af172a30538d6d8277ccd9fba601cb43d45738cdc9ed 1.52 MB 5,711 10
869,816 869,816 000000000000000000015a6b97bfe7ace66b83064e6aa0c56ffb9f7c4b2d81c4 1.74 MB 1,254 3
869,815 869,815 00000000000000000001fb8a3b7789dd377e03716ebf17c251a903d4196cc7de 1.65 MB 3,523 5
869,814 869,814 0000000000000000000155efd4215eaa6d36ed2af6d725801c0e5fef50e7b721 1.73 MB 2,900 5
869,813 869,813 00000000000000000002055a484f5f6a8c1abb98a4f83d9adfef500b7c22b24b 1.49 MB 2,020 4
869,812 869,812 000000000000000000006394d24a6ba82fa2f0e24d9584fbb1ac598930f75af3 1.49 MB 2,381 5
869,811 869,811 000000000000000000028006d660117b24b381e16e7a100d917d7e9686a7e43a 1.82 MB 3,714 3
869,810 869,810 00000000000000000002bba5c714c59eda7349eaa260a71417686be16be76c81 1.72 MB 3,676 4
869,809 869,809 000000000000000000000baf48b4550b9da3e60df11a754c0ecea06fee1d775e 1.58 MB 1,778 3
Previous 10 blocks ↓
Total Size: 700.07 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,229.89 GB sent, 210.96 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.