Memory Pool Memory Pool Refreshing

71,809 transactions
27.04 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,017 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,103 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,016 (54,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,598 807,598 000000000000000000032139aef5c4115771783a63d42ed6fac1962b2ae13d63 1.78 MB 2,916 22
807,597 807,597 0000000000000000000315cad6058c2f977b91b99dad7f6b9a4be3daba20c169 1.59 MB 3,166 19
807,596 807,596 00000000000000000002b47efb6d3c02aeee229bb755da87cf0e868c88c5418a 1.73 MB 3,585 17
807,595 807,595 000000000000000000050830d87332550b823882301213ec5a9d9ba92019fa81 1.72 MB 3,892 17
807,594 807,594 00000000000000000002b36b893c679f7d42f1ed0b32b968bf2a553d6f54e04b 1.73 MB 2,126 15
807,593 807,593 000000000000000000048350dfbb20dc75b3d7acd006495d20a62605ac02fc82 1.59 MB 3,348 24
807,592 807,592 000000000000000000030e3d1a2f945c38ec9961ab021a51d990805563357f8b 1.02 MB 130 12
807,591 807,591 000000000000000000004f13a41d3de71907c9bdb2360bd1c4f71f89a769b6a9 1.61 MB 3,616 13
807,590 807,590 000000000000000000015635196ef0362fe17117d25cd98781ad78f5432db168 1.88 MB 4,539 14
807,589 807,589 000000000000000000029ec4ff83c1f479304f6f9a4f08cc0fb97e61bb993042 1.91 MB 2,430 20
807,588 807,588 00000000000000000002ae73ecff763831e4f150132d070026b9ae2bcf04f0e2 1.23 MB 1,526 12
807,587 807,587 000000000000000000020e580b5cf6cbbf58348a56c247f98ad832fbd1fb2191 1.85 MB 5,300 13
807,586 807,586 0000000000000000000150bf283ce47c536202c5d76c4f07b5a203e62ac117e7 1.74 MB 4,297 16
807,585 807,585 00000000000000000000906f715d736eba67748ff6cead7c4401e780c6eb1098 1.72 MB 3,551 14
807,584 807,584 000000000000000000020acaa000962c93d3c2706c155b7632a4f69ba90b8d9e 1.48 MB 2,332 23
807,583 807,583 0000000000000000000046ee79f64e3e78cb394a220700f2fa878cd8692a58f5 1.75 MB 3,009 17
807,582 807,582 00000000000000000000cc7dbf8ede86fde3a07b1aff977b810d9cbc1f80fd99 1.96 MB 5,309 15
807,581 807,581 00000000000000000002d7101efd8e0e894af5e27d9abe34bdf16c9bd4b6f12f 1.71 MB 3,859 13
807,580 807,580 0000000000000000000469951d52bda1c7fcd416336891f036085ddaadd638f3 1.74 MB 2,597 14
807,579 807,579 00000000000000000002fbdaa0a2ec7c645f569c8e5ef478e63f9285832ceb2f 1.69 MB 2,856 25
807,578 807,578 00000000000000000002058ed65f638a14814e72cd1fda35ddbf2da7ff610039 1.85 MB 4,867 13
Previous 10 blocks ↓
Total Size: 684.19 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,329.70 GB sent, 99.73 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.