Memory Pool Memory Pool Refreshing

43,158 transactions
32.01 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,493 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,473 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,492 (33,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,651 829,651 000000000000000000013138fefd9658d232f190ca8b5b762d80b3d942ac4fb2 1.46 MB 1,727 24
829,650 829,650 00000000000000000002e52fe635942bf5a8039aa7d2a047b453347b2ea9e4e0 1.63 MB 2,343 31
829,649 829,649 00000000000000000000d5f71b46fa2ed7a3e1dd3c8f3bde93dec538bd232f4f 1.54 MB 3,326 53
829,648 829,648 000000000000000000008b897004ba5a9920d320450dfcb1540ee123d3c83dba 1.65 MB 2,873 36
829,647 829,647 0000000000000000000072d00cdd7405b5e816b082401ae38f97551288530cbc 1.53 MB 1,781 29
829,646 829,646 000000000000000000027889567c504fabc08e090a6f79b894db6b7c9dc49cca 1.29 MB 510 23
829,645 829,645 0000000000000000000323b19001f72fc4af6f9954aed34b8e9c6c2caa27edd6 1.15 MB 699 23
829,644 829,644 00000000000000000001366f2c0a67eec3a00b6f315dbffc79742a4af0c55fcf 1.79 MB 3,029 35
829,643 829,643 000000000000000000036f4c683d7aa460f0c9219b097db079435a3f31ba02bb 1.70 MB 2,134 30
829,642 829,642 00000000000000000000810b9817afafbc47f7c685a0923cb47516c42e2e8123 1.57 MB 3,197 45
829,641 829,641 0000000000000000000271bb95361e0fda6da6f41858a57ac5aa7336d64dd3b8 1.08 MB 578 22
829,640 829,640 0000000000000000000328cf924c40bd0cbfa325eaa97959e84bcf932b341257 1.09 MB 450 22
829,639 829,639 0000000000000000000170d2ebde7236e9eeb3b3df35a228df4db2524cb8af61 1.23 MB 658 22
829,638 829,638 00000000000000000001c78ebea0bb8b934ddd556670ed61027c527ccf6e94d0 1.42 MB 2,010 30
829,637 829,637 0000000000000000000083110e363ab05de51bf4412d0a3c615822d2c3cb7370 1.62 MB 3,243 43
829,636 829,636 00000000000000000002142cd758b8b4775ba3e47bf4193d944dc85a960e0547 1.42 MB 824 21
829,635 829,635 0000000000000000000302771c9014f2d29a6799b2db9d3ae193eab53172df94 1.62 MB 2,111 36
829,634 829,634 000000000000000000035f831762c80c6b381c003492a82785fbd4fbbc5168cd 1.68 MB 2,270 37
829,633 829,633 000000000000000000020334cf9ea405a40d98fb9e677792bb6d2b6e7f31ad1e 1.51 MB 2,159 38
829,632 829,632 00000000000000000002a9518312b42013672d6236ce5cd800c4ff16ee6dd700 1.66 MB 2,759 40
829,631 829,631 000000000000000000015967279321af548f9bdcd805190453ef457e77a3e4ef 1.32 MB 1,038 25
Previous 10 blocks ↓
Total Size: 687.06 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,505.78 GB sent, 118.81 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.