Memory Pool Memory Pool Refreshing

62,347 transactions
31.89 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
869,839 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,983 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,838 (435,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,239 434,239 000000000000000003b3833800a770d498ca4529197cc886f114b4784c26b56a 1.00 MB 1,423 37
434,238 434,238 00000000000000000040943a42aec0cbee606a943eca46872a4b7a76b9d5eb24 1.00 MB 2,481 69
434,237 434,237 0000000000000000004d5b5852ce36033e80b265eff02834a9acb07306365288 1.00 MB 2,077 47
434,236 434,236 00000000000000000184db2df4eac2e4f964f498dde0edd2d7217f612ed950de 1.00 MB 2,189 75
434,235 434,235 0000000000000000005656488b1fc8414e0ad489b9de13bfd1a20fc412f50e8c 1.00 MB 1,362 42
434,234 434,234 00000000000000000400a33d47016d49193c7a155c788f06337e26765d33efec 1.00 MB 2,439 58
434,233 434,233 000000000000000003e52f209ea9fa0e10d115bbed26f743281a02e0cd0d46e7 1.00 MB 2,410 73
434,232 434,232 00000000000000000059c3d2e9c6c9080d4c245ca44dad70185745a09a90a178 1.00 MB 2,455 60
434,231 434,231 000000000000000000793ba05f7be6cd76f39154c0dd2ed4fc7cbeaf915984f9 1.00 MB 2,575 88
434,230 434,230 000000000000000003d5b906d26107167ad25776cd1b1f8e1ccdaef925fb0d57 0.84 MB 1,948 63
434,229 434,229 000000000000000000733e20571edfd33ae8150240b849f7a24c1a47b1ee92a9 1.00 MB 673 28
434,228 434,228 000000000000000002a13a0b2ab3760f4075803f2c3f2c484e8f4733052e5f57 1.00 MB 2,058 39
434,227 434,227 0000000000000000002614f5aa6a8afe7aef7c0195bb59e19ee6faadb078c55e 1.00 MB 1,963 65
434,226 434,226 0000000000000000017e0748c11ec002faa0b0cd52476b3f03a7a3d11b746263 1.00 MB 3,084 80
434,225 434,225 000000000000000002af943dd1088ee167f041cb213620c23e09ca0637f37fd0 1.00 MB 1,847 51
434,224 434,224 000000000000000004350fb9cd3c8038163045f95e1318733f020aba2a445571 1.00 MB 419 15
434,223 434,223 000000000000000002ede5d64b41c27e7b85be74d76d533afc4f446683177a1c 1.00 MB 807 27
434,222 434,222 000000000000000002cccefc542567f457f7e9c812cb7037327815baef2d48b1 1.00 MB 729 10
434,221 434,221 000000000000000003af845766e0597ca6eae1908f7e0d8ae3a5cf410c0e134d 1.00 MB 1,008 16
434,220 434,220 000000000000000000355d692d5d774d131cf490449d8a27829905c7e514475a 1.00 MB 1,384 25
434,219 434,219 0000000000000000013a495b5517e1a287ebeffdbbd5a378682d9f6b6c593d12 1.00 MB 2,169 64
Previous 10 blocks ↓
Total Size: 699.16 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,113.07 GB sent, 204.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.