Memory Pool Memory Pool Refreshing

27,071 transactions
26.41 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,292 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 6,244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,291 (42,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
825,754 825,754 00000000000000000003133ba076437d462f51327833bd3ee1287af229023754 1.64 MB 4,379 179
825,753 825,753 00000000000000000001f544d0163f4a8be18a7f541bbd1a0f0213792d020948 1.81 MB 4,896 150
825,752 825,752 00000000000000000000653407282c05099c4beaec5bcbacb99ba139cc71ba59 1.73 MB 4,742 173
825,751 825,751 00000000000000000003833f35e1995f3b00873d9f4419471c93fc721a8179be 1.61 MB 4,162 184
825,750 825,750 00000000000000000000477c5d63e6a5aab0728935e553d486bb0411cf8b477f 1.82 MB 5,219 182
825,749 825,749 000000000000000000007f31e3fdda0b0aa55ae0b75e2ea9ae9ddd3a73af2cbe 1.64 MB 4,406 180
825,748 825,748 000000000000000000003959d38cc6c9207b14c7b0213277a73605ac2d0d66db 1.81 MB 4,657 154
825,747 825,747 0000000000000000000329a40690c9d0a816e7930dcdf5f5638a2fffdab0c5d0 1.84 MB 5,309 172
825,746 825,746 0000000000000000000037e2f86a07c7caa7c45300692b38467423e3ea4e9718 1.83 MB 5,134 178
825,745 825,745 0000000000000000000196732f54538932862b1e34fd5e732bd023da5ba9b8ef 1.80 MB 4,876 195
825,744 825,744 0000000000000000000058f2d949be5b6d75e4bdadc63b7e4d237653c55a436b 1.67 MB 3,847 186
825,743 825,743 00000000000000000000a0e3ec2582f0e870bd699404d8b92eba24bb07dd84f5 1.96 MB 5,467 194
825,742 825,742 00000000000000000001aadf54b74b8284b03f8ec78d97fd936ee702a557fd3b 1.68 MB 4,201 209
825,741 825,741 00000000000000000002b7ccf9e25624c99077d88fca037e50a1b3a8405ff61f 1.74 MB 4,794 220
825,740 825,740 0000000000000000000096e8909c94455a107f2423a3a4d877da261216f52be2 1.55 MB 3,462 251
825,739 825,739 000000000000000000026b567174f2ce4cc6ffee67db321d827219ac145b2ef1 1.66 MB 4,633 231
825,738 825,738 00000000000000000003715df7e8efd88a837066c37824641f1b3831765ca804 1.72 MB 4,001 190
825,737 825,737 000000000000000000025de74d78a8cd3454434910f9424a803f290ee4d719bb 1.82 MB 5,409 223
825,736 825,736 0000000000000000000095545a28dea74b7b5464136269814d4d214de39cf201 1.64 MB 4,189 235
825,735 825,735 000000000000000000001c49961b120924f5d9fbdb1133e024dcb0d45d86be20 1.69 MB 4,129 254
825,734 825,734 000000000000000000035e74e26554f14db0d606f63890560cd81966a05c6afb 1.77 MB 4,954 199
Previous 10 blocks ↓
Total Size: 696.12 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,001.45 GB sent, 187.12 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.