Memory Pool Memory Pool Refreshing

83,697 transactions
34.37 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,033 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,621 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,032 (73,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,363 798,363 00000000000000000004e29cb0b1552907193d6ef503f76d2976ba77091e75cf 1.66 MB 3,866 5
798,362 798,362 00000000000000000003de4951f233e76dfa603ce1eb9db40d1bfeb3e1340a77 2.57 MB 1,392 7
798,361 798,361 000000000000000000040a02537b8985d09b3a4777216c56b0268cf42d5a70c3 1.45 MB 2,687 11
798,360 798,360 000000000000000000034dc4791e24674368efb0c52f9089d40a860a7c9115ca 1.61 MB 3,228 20
798,359 798,359 00000000000000000002deb3e4413b8da0c593a62f544ca92ef6544801d65dca 1.49 MB 2,157 10
798,358 798,358 000000000000000000042050e0296b5c1d42e8bc9d97d4d1c1b415001047d9a9 1.52 MB 2,248 17
798,357 798,357 00000000000000000002920ab5b3cc711af19924dfa84774878ffb2f2f291130 1.76 MB 1,783 10
798,356 798,356 000000000000000000002e9831a63dc9a43b5c73ced2b750186925ec8ca0dba2 1.60 MB 2,957 20
798,355 798,355 000000000000000000049fcb144f78c43799c19c231d388c8d20a27833d93107 2.05 MB 5,867 7
798,354 798,354 0000000000000000000520d774285b6414c00cbe6ee59190140b89e7524d0636 1.99 MB 5,963 6
798,353 798,353 0000000000000000000415e14c88cc02cb957caae012f13679ed54be8e521626 1.60 MB 2,043 9
798,352 798,352 00000000000000000002496ccbbff18c31b3b88448dfedc7616349742737c42c 1.93 MB 5,601 5
798,351 798,351 0000000000000000000390106216225ed12bf74e0f1828584a33d14969f1a988 1.69 MB 4,075 9
798,350 798,350 000000000000000000042796d919e175e2131e9b7d117c5ed830162709cfa457 1.15 MB 861 6
798,349 798,349 000000000000000000008e6e49fbcd506b5c0fe617d3a1baa4d92c9b3d119026 1.59 MB 2,841 13
798,348 798,348 00000000000000000004ce1a0c827b65958cd82c68ab4fd5c137b7975b2c4118 1.65 MB 3,318 12
798,347 798,347 000000000000000000039ce5413ee6c6fa707918ea60fc2b2a9f5d5be3bf35bb 2.05 MB 6,140 6
798,346 798,346 0000000000000000000149d11b2d8b8f0d399e00de33a9c81218f2f506291c7c 1.76 MB 3,410 7
798,345 798,345 00000000000000000004348fa27c6f7b39c07c3f0bbe958f9aff65f4e436fe4a 1.28 MB 1,466 18
798,344 798,344 00000000000000000003de41460f99d5f53e33f20f1466a5df1df49de1d4fb77 2.06 MB 6,495 5
798,343 798,343 000000000000000000021d7926df8b1a267f37effba98f2754b4fa2587e72ad5 1.40 MB 2,138 10
Previous 10 blocks ↓
Total Size: 703.27 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,586.62 GB sent, 233.13 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.