Memory Pool Memory Pool Refreshing

4,801 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (107,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,699 800,699 00000000000000000004302380dba708cbbd9b64491a6eecd92fb26f5bc5938a 1.57 MB 3,062 12
800,698 800,698 00000000000000000003c6b994a42526cf46038bd48cd5256dba90b121dcec72 1.71 MB 3,015 7
800,697 800,697 0000000000000000000330c3f4e9da5c2d2776d63564ceee899809b4db1f586d 1.64 MB 2,187 7
800,696 800,696 00000000000000000002bc9e72a04ee19f3b4747fcbdde8b27e42967d5f37eeb 1.72 MB 1,835 12
800,695 800,695 000000000000000000023cdb4816a4fe412c4c172e0a258a364c7dafb679a504 1.55 MB 2,304 11
800,694 800,694 000000000000000000003862dd1738304ae65d90b726d8938e900d8a6e1dabbe 1.65 MB 2,108 14
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
Previous 10 blocks ↓
Total Size: 769.05 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,627.64 GB sent, 93.14 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.