Memory Pool Memory Pool Refreshing

23,907 transactions
30.67 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,840 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,281 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,839 (69,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,850 792,850 00000000000000000003a90982ccb5dc54a94f91d13d2e668b2ffa8c24c2f2b6 1.93 MB 2,213 25
792,849 792,849 00000000000000000001da89e548e50a3869b1970c95936759754902929a8fed 2.16 MB 3,111 22
792,848 792,848 00000000000000000004cca470ae504b71a4480eec018b712be90d8faddb72e0 2.45 MB 2,771 22
792,847 792,847 0000000000000000000282a59bf7317b5b192b3bcad705f3dba5f64185950e66 2.70 MB 2,239 19
792,846 792,846 0000000000000000000153d3d1ab9f1ae6de71e2ec5a297b2fdc4e973e174e34 1.81 MB 2,126 31
792,845 792,845 0000000000000000000514e571ac01c4d840af44cdcd34a11cb264afe684ec5d 2.75 MB 2,110 14
792,844 792,844 000000000000000000017d660148b38363b5bdd70f9b8f1dd18b292683beccce 2.26 MB 2,602 15
792,843 792,843 000000000000000000029fd7600a643aa8b2556108fea7f59b141a41d23a703f 1.84 MB 2,336 21
792,842 792,842 0000000000000000000259150ac72df606ca5640f58c15de44f38fa1b2908a9a 1.62 MB 2,752 32
792,841 792,841 000000000000000000007a10fc0a3e189edcdecaaefac8eff995abc5cdba8b94 1.74 MB 2,207 29
792,840 792,840 00000000000000000001e47844c95378e3a76d8162059e8d042e2c024c2805b6 2.02 MB 2,198 28
792,839 792,839 000000000000000000024dd0bc61efd4cccfacfdeb6c1b288e421203afa65716 2.04 MB 2,459 28
792,838 792,838 000000000000000000028d33e49974f72f46b22494ced8edb0fafdc9fb05b641 1.40 MB 2,585 39
792,837 792,837 0000000000000000000005da55a126b2a44b195697f6f4f9d9dcc9f2dd0dfe9d 1.70 MB 2,341 19
792,836 792,836 000000000000000000036ff134cea90a8258fe08ec053127315e37eaed83df2a 2.00 MB 3,222 24
792,835 792,835 00000000000000000003eeb4a823fa391860d9b362e888e6ca66df7680c64384 1.89 MB 2,069 17
792,834 792,834 0000000000000000000417a8079f8b2342055288c2b17a802fcf60af89d8f2d0 1.74 MB 3,175 33
792,833 792,833 0000000000000000000294b20c929ee68b0d31047e6940ae2e64f3083c4d583d 1.98 MB 1,094 16
792,832 792,832 00000000000000000003b2e86e5e2e1c1680aaf24006d50d8df59532b6b47389 2.00 MB 954 16
792,831 792,831 000000000000000000047707470d70919c87492af6f328ac85ac6466ae1bb768 1.80 MB 1,433 16
792,830 792,830 000000000000000000036c5e943ed9a72a22eb5109ff3c4450981b567724645a 1.93 MB 5,528 16
Previous 10 blocks ↓
Total Size: 685.79 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: 1,404.61 GB sent, 110.54 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.