Memory Pool Memory Pool Refreshing

54,892 transactions
26.40 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,777 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,266 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,776 (363,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
505,869 505,869 0000000000000000004bda212a038db7e8d08c3e1378cdc543ff2637622683f9 1.01 MB 258 50
505,868 505,868 000000000000000000572fc71a809fb5b6cb44ff7600f7fac20c1ec2c18fe207 1.01 MB 660 98
505,867 505,867 0000000000000000005ce8496117c73a884841075d5c6937fe0375724baa5e85 1.02 MB 665 62
505,866 505,866 000000000000000000054e2fdddc8dd727ffe8603d8f8e78e6e378cee8b69fa4 1.03 MB 903 111
505,865 505,865 0000000000000000006f8ce490d5de4baa0c6a68853a73948fa065e475161b63 1.05 MB 1,756 170
505,864 505,864 0000000000000000007692c4692de2bb5c4175d7b2ab0122e74aed4368517105 1.03 MB 607 65
505,863 505,863 000000000000000000658dac2637031c03ec27ae36d0e8843a503bbcae9dc45c 1.03 MB 1,371 167
505,862 505,862 0000000000000000002b20e7c1cd4e78b25fdf4b6b41f0ac2e601e66e437261d 1.03 MB 1,178 197
505,861 505,861 0000000000000000006b23a47fc3705369bfb67e04d5377140a00191a51cfc7b 1.13 MB 1,413 119
505,860 505,860 00000000000000000047ef11c8e1812002f5b60fc941d23f74249753ea109bfc 1.07 MB 1,059 250
505,859 505,859 0000000000000000001f0086eba0cea817259d3f2763129f25659e27d285ff7e 1.09 MB 2,301 286
505,858 505,858 00000000000000000041f35b248fb897061e9cc4e10623604108d398401ecf40 1.06 MB 1,888 217
505,857 505,857 0000000000000000003f0801c8b7e90d8daa0b0b2b3212cd8307b248a87af031 1.01 MB 342 39
505,856 505,856 0000000000000000002fd80321ccbd2a9f0dcb34257510faf73deed7ffcd53cd 1.08 MB 2,288 231
505,855 505,855 00000000000000000076e803e329b9e1573a9f33ebe75697e40280f4774f655b 1.01 MB 600 55
505,854 505,854 0000000000000000002b5b1202e308232bb8d19c8221831e9b363caa59628e93 1.01 MB 279 33
505,853 505,853 0000000000000000005969f036f3e7fba67adb0a3039e9f3a7bc816bc89a4fa3 1.05 MB 1,346 172
505,852 505,852 0000000000000000001675b411b916e4511fa45574509b7dd5fd61383c09a553 1.04 MB 448 48
505,851 505,851 0000000000000000003039d83237590e08de942dfd403a4b8f87321db442c36c 1.07 MB 1,855 124
505,850 505,850 0000000000000000003ec044e445bec2ac3d1490706bc7ddae69c15353ed072d 1.09 MB 2,099 273
505,849 505,849 00000000000000000030c06a52a8a2894a61b4404ca500c8c289d00d541c4379 1.07 MB 1,454 160
Previous 10 blocks ↓
Total Size: 699.04 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,107.39 GB sent, 204.24 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.