Memory Pool Memory Pool Refreshing

2,162 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,149 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (57,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,635 850,635 000000000000000000015975049dbec459a84ac44fef599bd41cbb0fa9bbd624 1.46 MB 4,621 7
850,634 850,634 000000000000000000023ca05eaf913f442bfe14381be2cd2f70c5b7276b8a0e 1.61 MB 173 6
850,633 850,633 00000000000000000000e3196d03ea7a7985244d92d8347f401237c9784f04ce 1.61 MB 1,238 6
850,632 850,632 00000000000000000000d100cbbeb37c7a4db792bd1e291a3dcbb72131ed9765 1.52 MB 5,863 8
850,631 850,631 00000000000000000001d7682b4844474720138e7654c8a3e334dd515bfde101 1.57 MB 4,393 7
850,630 850,630 000000000000000000011106f204793bb9ddcdbf1c2ffd94e6badd883d6a8b7d 1.50 MB 7,482 6
850,629 850,629 000000000000000000029952f65a6172cc54897b9db42da16f3aa375f0e54112 1.55 MB 5,577 8
850,628 850,628 00000000000000000002bd4685cfe74ec04ae52f41aed11eecef597b249e84ca 1.44 MB 2,865 11
850,627 850,627 0000000000000000000323006d795592ebae24d8ccce114d8e2d89f68d0f8bd0 1.65 MB 4,912 9
850,626 850,626 0000000000000000000278c7ecf3169a6e65ced9f4e7aa73b894aad48eafeffd 1.73 MB 5,749 8
850,625 850,625 00000000000000000000fd3ddacc8ff0c7c2e014121a7934e7e29bd33e9bc908 1.59 MB 4,390 9
850,624 850,624 00000000000000000002a92b15730797fa63c30d14ab4ab560c6121368702015 1.65 MB 4,034 6
850,623 850,623 00000000000000000002ea36aa9c0ba70f9be1b5e69945a90827b44639f6d2bf 1.64 MB 6,033 6
850,622 850,622 000000000000000000023e2650791537116ed0ca794176d4baa33f307348003b 1.62 MB 4,664 10
850,621 850,621 00000000000000000001bd79ea1f8436838a90e93707418923b717050d987520 1.56 MB 6,317 8
850,620 850,620 000000000000000000017b053df9a70702b3439180e9c3c530f2c04a11319f83 1.50 MB 2,465 11
850,619 850,619 00000000000000000000c86c8fb04f4757057948f69afb5cb978a7ef1bc04d29 1.69 MB 3,167 11
850,618 850,618 0000000000000000000262c75f679be7ac9341e066159a0bd131b540cc853b25 1.61 MB 6,641 7
850,617 850,617 00000000000000000003351729f49049ac7a9405174585d6417c6b6302f2e1a2 1.62 MB 7,685 6
850,616 850,616 0000000000000000000083c4cb09417953120a2ef88f7756b913d1ab24f141ac 1.52 MB 3,793 9
850,615 850,615 00000000000000000002f9604997a0e4daae8986c32b11ce1a6702971090507c 1.48 MB 2,633 11
Previous 10 blocks ↓
Total Size: 769.17 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,633.32 GB sent, 93.79 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.