Memory Pool Memory Pool Refreshing

9,315 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (604,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,566 303,566 00000000000000004cc812042c988d084bb481baf21426e63fa0cf68e7780b05 0.35 MB 621 38
303,565 303,565 0000000000000000614f1d2f28541260be6dcd66b43fbc6550428c3f8708f692 0.14 MB 197 21
303,564 303,564 00000000000000000328b7510d34e779a36c6aa65345764a5e80cdc58301a07f 0.01 MB 32 35
303,563 303,563 00000000000000004965b4075103fe655347cf30e91d65704a533ca4705bce82 0.02 MB 38 15
303,562 303,562 0000000000000000223afe286b0fece3f29198d57f0ccc3cc6120e475d8eb58d 0.08 MB 34 4
303,561 303,561 000000000000000010c4d74473393cdd90601c39ebc1b1736e4b4b7a884aadc0 0.32 MB 442 28
303,560 303,560 000000000000000002c91f491dae7ef5e71d54dfa711c35a6660aa233429f5ba 0.05 MB 103 17
303,559 303,559 0000000000000000246ca30e8192dce89277a54257236c73122cbb18e9abd956 0.04 MB 86 38
303,558 303,558 0000000000000000168c70173e39d76ef8dc69893ba3e172ff4a6140e38c4ba0 0.53 MB 958 30
303,557 303,557 0000000000000000428b417aa3343833e3040e3ea9400b5da0fb4205bb2db4e3 0.28 MB 367 24
303,556 303,556 00000000000000001ad81c472a69a38857f98dc6c3c07f971c2ee695516d2b10 0.15 MB 164 20
303,555 303,555 00000000000000000c2f3f2c4788c53f21e267a49947643503c94662d6e5f442 0.09 MB 85 12
303,554 303,554 00000000000000001f5dcd28977f5a254874dbc728f78835dcf284421e78e91d 0.25 MB 541 36
303,553 303,553 00000000000000005b6a7ad99498dde560003bbe70d5b9af489952d946008132 0.17 MB 252 20
303,552 303,552 000000000000000011ee234c0f25b64c07a9a74ec33000f67530bdae5ded953a 0.15 MB 320 33
303,551 303,551 000000000000000038d4435e16cd3aa18570e1c53da3ea2fc4b2c90c7603d8e0 0.49 MB 966 34
303,550 303,550 00000000000000000c9fac5a76b74663209895afd0c6173f01278d9a99bc9a4f 0.04 MB 128 41
303,549 303,549 000000000000000050613949d159358b4b07f37d5a0d7cc21e3bac6d6f760f5c 0.11 MB 162 27
303,548 303,548 0000000000000000038c3d78c1350f8ca7d1f403106be7461c77e6eb4975ace2 0.34 MB 631 30
303,547 303,547 00000000000000004f1b856a1802c01f549cbfcb3a621edfcb2d56c3d9a5e175 0.42 MB 645 28
303,546 303,546 00000000000000001e39d45fc96d91e6a577896f80bddfb7d0cc5684105bcf3e 0.24 MB 524 35
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.