Memory Pool Memory Pool Refreshing

4,071 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,987 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (221,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
685,961 685,961 0000000000000000000371bf173b497bceff96327968bca799d6f3e65c43b22d 1.35 MB 2,510 34
685,960 685,960 00000000000000000008933d568ebba50d23871391bdd95f67bd9973929a743d 1.35 MB 2,205 8
685,959 685,959 000000000000000000077041da5ba916d5f64653b20be3ea38ac03222ec39b99 1.39 MB 2,115 39
685,958 685,958 000000000000000000061f4cc8bf74e0887785eb5fda5e6be9f6fcdc4bfebb14 1.16 MB 2,533 9
685,957 685,957 0000000000000000000655803f0706d6efa56f7f74e6cc278333f72588475a21 1.50 MB 2,749 52
685,956 685,956 0000000000000000000379707915538de62e2858d9a68f1e74e7f84044e6f05f 1.17 MB 2,557 18
685,955 685,955 0000000000000000000cb123a7e539a7d4ea04c6053d243382cde5c46d050898 1.48 MB 1,879 46
685,954 685,954 00000000000000000007d7bded1440b47682c226a1249d3a42f19b8ce6bcee1f 1.40 MB 2,069 83
685,953 685,953 0000000000000000000713358048c275e7c8b503f8549d39e488b841ba798fbc 1.34 MB 2,171 19
685,952 685,952 000000000000000000012b16d2641b91496ea7bf72eacf0f354aa117a9472fe3 1.49 MB 2,358 51
685,951 685,951 0000000000000000000a76004763fc5435e4f65ab936e048bc5c8f9be8c235a4 1.40 MB 2,284 49
685,950 685,950 00000000000000000007e98d5d3d9cf0d40096ae27cc2552a1d0f6826dd03635 1.38 MB 1,419 57
685,949 685,949 00000000000000000005d09ac0c41a34b9d473eca1496060d8850dc906035af8 1.25 MB 1,581 51
685,948 685,948 00000000000000000004f9afe04ae6406ec0de08d7a0fe28d6ce7a7426cf0c81 1.46 MB 2,175 55
685,947 685,947 000000000000000000088576c56ee132e4f44d3af6c3e3c200c0bb1f9d0bd1a2 1.68 MB 1,095 90
685,946 685,946 0000000000000000000a13e5b0cfefd478905ffe5a36ff824c5663edec3182aa 0.31 MB 501 31
685,945 685,945 000000000000000000039cfba0fef4c262e0dbc18e1d546a30626ec973d117ff 0.86 MB 185 3
685,944 685,944 00000000000000000004ef57b46c5b436b496114caa36faa8012b13197994051 1.24 MB 1,173 3
685,943 685,943 00000000000000000008820df99f1e5c2ee41ee3a9a16addd2ecae6faba8023f 1.43 MB 2,419 48
685,942 685,942 0000000000000000000afffd0e90880df9eb4302211081018833dcac5fe1809c 0.44 MB 355 11
685,941 685,941 0000000000000000000bf63bff314a330024a88a2eb0d02fa0f9b9193df95513 1.23 MB 1,349 6
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,615.73 GB sent, 92.69 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.