Memory Pool Memory Pool Refreshing

60,136 transactions
35.23 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,444 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,041 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,443 (65 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
875,378 875,378 0000000000000000000266d0c95e970e2f4d5a5d3703bbcf8e23b9db217581c3 1.47 MB 1,947 4
875,377 875,377 00000000000000000000b76d941354483c6a062b3c4e864a3d0fe7e509df926c 1.86 MB 2,583 4
875,376 875,376 0000000000000000000070dcff58ebfdcd78deea615f13ba463a75453f2b1659 1.58 MB 2,712 6
875,375 875,375 00000000000000000001ca6aa14fa12e07146ae2a3a462fde0a8432306e7b74d 1.59 MB 3,339 8
875,374 875,374 00000000000000000000adcffe5f131ef540dece9cb890151058644ecaa6a15b 1.65 MB 2,480 12
875,373 875,373 000000000000000000015d7ee8d2fc42f88d5044e252389f25bc89d155e5159a 1.55 MB 752 5
875,372 875,372 00000000000000000000698a2ac45c7731fa094d709caf8ea5f229449f37a262 1.71 MB 2,623 6
875,371 875,371 000000000000000000003c4c32d94a9363241a84d42cbbc1ec9f5f12f84f4feb 1.77 MB 2,872 6
875,370 875,370 0000000000000000000031ae67cb315604f7e47e8cca6c3336a77d992b309fad 1.49 MB 3,281 13
875,369 875,369 000000000000000000002ad60aa96cbdeb87dbf1fd7d583a7cb7f0ece8d868d8 1.60 MB 3,388 10
875,368 875,368 000000000000000000025dd928ff9d981e985cfab97ef8573cd4928d5396e7af 1.64 MB 2,681 11
875,367 875,367 0000000000000000000197c0cd1f98c90e18c676d5d50649dcb245d09169d15e 1.61 MB 2,703 9
875,366 875,366 00000000000000000002881d6915867753e02bac56fd9f46d48e176a4a7b5cff 1.64 MB 2,701 12
875,365 875,365 00000000000000000000694a9cf52043f3a45e5da84775066fe334109d6e9bff 1.57 MB 3,604 14
875,364 875,364 00000000000000000001efc5fba69f0ebd5645a18258ec3cf109ca3636327242 1.65 MB 2,576 14
875,363 875,363 00000000000000000000bb6c76eaba87d72992a6a2b90fc3bf9718a1f0d42b5c 1.52 MB 2,861 18
875,362 875,362 0000000000000000000060373474bc2918845f197f4c8050eb39ddbf42ab5f20 1.68 MB 2,460 8
875,361 875,361 00000000000000000000452a0dd728e228115302d0d409427ecb5a4ae30c21fc 1.61 MB 3,243 9
875,360 875,360 00000000000000000001941e1819c4527cf1f80fb61661fcdcbe8d539d33df7a 1.28 MB 1,408 5
875,359 875,359 0000000000000000000279250fd1891e0935bb34ac923b7919ef65bbd762cd14 1.55 MB 3,143 9
875,358 875,358 00000000000000000000a10777d5148b349e91c0013912537492389d505411d1 1.71 MB 1,962 5
Previous 10 blocks ↓
Total Size: 709.47 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: 596.37 GB sent, 9.18 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.