Memory Pool Memory Pool Refreshing

11,542 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,118 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (107,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,693 800,693 00000000000000000005299d7a1ca210778ff273e0a31db93898a9450ddf568c 1.36 MB 2,096 14
800,692 800,692 00000000000000000001f8521b0bdb6dac00b0b891478353fc8965b222c657d9 1.62 MB 3,084 15
800,691 800,691 0000000000000000000204ef2f293c2cfb808fbb647f27367557e3e7065f699a 1.36 MB 2,104 18
800,690 800,690 00000000000000000002b3fb229c01f3e06052fc920a9b972e8fab10290d5342 1.43 MB 2,680 36
800,689 800,689 00000000000000000001559fa25db61b9198e236d3c87951f215e76b83f829ed 1.61 MB 2,951 16
800,688 800,688 00000000000000000003de9743da1225363ec54919aed98a201a07ce22a08aea 1.39 MB 1,546 13
800,687 800,687 00000000000000000003d2e83df773ea8e9f591afa957a901353263a522f564a 1.53 MB 3,318 23
800,686 800,686 00000000000000000003ce2b5e3324ccf3708464a92440e1e12c4a592128f907 1.59 MB 1,364 7
800,685 800,685 000000000000000000017a45078a017c84b57d34b6ef109d5d18aa1bc493a962 1.58 MB 2,752 20
800,684 800,684 000000000000000000054a518280a8cae7019e7bf2fdc1f96baf57f277ea43cd 1.71 MB 1,638 7
800,683 800,683 00000000000000000002803c807e0b6415ac2c38d42a75c014e866049638444d 1.72 MB 2,142 12
800,682 800,682 00000000000000000001e820f06c8f03ff75e8ef10e0bf1dfe0abfca7fec2f77 1.76 MB 2,185 11
800,681 800,681 00000000000000000004b37dc704354c68c0efc6a46bfb1982be3d0b0e3bf53c 1.33 MB 907 14
800,680 800,680 000000000000000000000c826adf21755031eb6e3a7c304a48e3b213357d69c1 1.48 MB 2,359 13
800,679 800,679 0000000000000000000103b2638ac159df4d949663fbe56fce8b2d227d32f8f0 1.49 MB 3,276 26
800,678 800,678 000000000000000000020b1ec30282f5eb1194cce0cb5f3a3939529a017b7290 1.63 MB 3,210 15
800,677 800,677 00000000000000000004d8133973c50bd910169d5f50c3e1e0e0f40e1a287369 1.54 MB 3,445 25
800,676 800,676 00000000000000000000f58a8989265314873998fc1c3a5d61d6489c852f3eca 1.67 MB 2,752 16
800,675 800,675 00000000000000000003b28993a545023dfd2e02f4405a2da65ebfcd7fe7f1b8 1.80 MB 2,769 12
800,674 800,674 000000000000000000030720d775eb5802340d47bdb54d228d5cd0d47e632c82 1.55 MB 3,003 19
800,673 800,673 00000000000000000002b6e22bae3b1f28339b6275c02ec9cbb6f19ffd9c7e9c 1.23 MB 1,439 16
Previous 10 blocks ↓
Total Size: 769.24 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,635.03 GB sent, 94.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.