Memory Pool Memory Pool Refreshing

53,448 transactions
26.43 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,780 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,520 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,779 (623,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
246,731 246,731 000000000000004d3610d8eba3700f3958daa83948f91f9f946724daa620c6d8 0.14 MB 326 76
246,730 246,730 0000000000000053fe6b47df959df1ebb59219ceb437951f5fbd80018dc53a96 0.12 MB 263 111
246,729 246,729 0000000000000060bfeeb8dddd2681bfe8d30c4b87ccfacbb3e2ed12dab18730 0.07 MB 154 123
246,728 246,728 000000000000009f3716165b1afb67723ced8175f471ea19487483aa7fe042d3 0.03 MB 64 83
246,727 246,727 0000000000000075dd4abd3954e2e524319082d1a0b5de05981bcb538cc0e410 0.02 MB 52 145
246,726 246,726 00000000000000148d3da43b260525b4b10d99459e3aafaf2e0a40cabf58a1bc 0.04 MB 117 120
246,725 246,725 000000000000009a002d7a68e2d02ffc2ffff964ad8430c4bc78994ac1d4085c 0.04 MB 74 108
246,724 246,724 0000000000000031b9f4a3881484adb9c73999925b0f7bf659210511c41a0ebd 0.07 MB 138 139
246,723 246,723 000000000000009fda603b7037a16f920a956317b53f3c3044424b62c7bd5dbf 0.08 MB 197 140
246,722 246,722 0000000000000080d16a64589136617bd956ddd95e26679ec42baa00a102fd89 0.12 MB 290 124
246,721 246,721 000000000000007e3993eb6fb656487cefa84f24d38b693304607c2cff0a3cb8 0.03 MB 61 84
246,720 246,720 000000000000004993f2e7f6b5eb82329edd0cad2c876d68f5317573acba5d8c 0.08 MB 171 157
246,719 246,719 00000000000000055429dc3eb16f218f7e42cbe512c2e1530421d43073bb2b79 0.11 MB 186 66
246,718 246,718 000000000000006459a07d09366eb38935ae302310d5e7eda8f59590a8667b89 0.11 MB 235 132
246,717 246,717 0000000000000042ba31ebe82ccf2cea284ad99fc6d1187b91b1d62abbe42266 0.05 MB 84 60
246,716 246,716 00000000000000961728f7ee9ca7cdd9747568f4c52e42de41bba6d2163ead1d 0.07 MB 176 150
246,715 246,715 0000000000000037a7526a1846d2dd7e6b66e92973b23610dc9995f5675ea87d 0.25 MB 469 74
246,714 246,714 00000000000000260d41405dec11a7b354fd78c8e72aa6f43a6944bae4c83415 0.25 MB 424 221
246,713 246,713 0000000000000069164f96001d3cea90b6855ccada760a43c9e2791a99d3c880 0.25 MB 689 213
246,712 246,712 00000000000000755806f3e324e959af56cf8382a6496fc0eeef87eefd601cef 0.23 MB 561 127
246,711 246,711 0000000000000087e30387ab7226556d12f209b82ca224d5262849107ba2d6ea 0.01 MB 17 57
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.47 GB sent, 204.27 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.