Memory Pool Memory Pool Refreshing

1,780 transactions
15.40 vMB
Show Random Selection Loading Transactions
Max Size: 62/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
908,333 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,624 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,332 (800,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,641 107,641 0000000000008cc08fc229e819dabcb154144a075be36542623bb6e9f6f7b913 0.00 MB 12 0
107,640 107,640 000000000000284deec03a7a0fa2599c242b836b5998f99ceeb1cc27fa5d0df8 0.00 MB 3 0
107,639 107,639 0000000000028090f6d26a152c0c3b2832ce94904904b0bd343f9eac86d6c52f 0.00 MB 10 0
107,638 107,638 00000000000252a6303ac7a1b15330766087513a1147a8871a2c65a71060869d 0.00 MB 5 0
107,637 107,637 00000000000042d8063b37115b8679cb118eb8ad348e8186558a2def4f311748 0.00 MB 6 0
107,636 107,636 0000000000001379a19c6e5a638ddf145755010bcd8725cfe929bf0867495f15 0.00 MB 13 0
107,635 107,635 000000000001ed7fd7f7fd95976058246ac977a77be9fb39b9d42c101e779eb0 0.00 MB 9 0
107,634 107,634 000000000001c266fbd6d5d3b84fbec549065463ef64752bdeb42c5a7edc451a 0.00 MB 1 0
107,633 107,633 0000000000020f7a73ecac67e364cff1633f78180da8717beca3006806e17e53 0.00 MB 11 393
107,632 107,632 0000000000019420ff6d62e833e5a6293c9b655aa90a5bed4c5d5ba2caadceff 0.00 MB 12 0
107,631 107,631 000000000000294f6000aa29f131f1b94edf50421608b53c4d6c5d3868905426 0.00 MB 1 0
107,630 107,630 0000000000009da88d52fdfcdfb07a772cc709bc28433c0df7157e6299d03e2e 0.00 MB 8 0
107,629 107,629 00000000000092e137991726006f10066a61b17bd31ca1fa5a83c5cfcd64fc26 0.00 MB 4 0
107,628 107,628 00000000000248c8947bf185242d8cc269590f02d486a7c78b869598286ff474 0.00 MB 10 0
107,627 107,627 000000000001fefeec5c64c6f80cd47744e6da7986c45d06796f6a618650ec27 0.00 MB 12 0
107,626 107,626 00000000000128ec2d011c78ff7e30314df56bc43d2e132c4848628c529c28c6 0.00 MB 11 0
107,625 107,625 00000000000135780b18dbce35c056a7ba910d12fce6b45f679a6c8bfbfe8d8c 0.01 MB 4 0
107,624 107,624 00000000000060a9d4ea485598e280b32685b05cb71693057387a8479e9ec247 0.00 MB 5 0
107,623 107,623 0000000000020302f2a0b039bd65841ac543de61412cff18808da1af6e952ddc 0.00 MB 4 0
107,622 107,622 00000000000012639a5ac1a64e31c8449e055adb6f2598ca026a18b2c4af7e1b 0.00 MB 2 0
107,621 107,621 00000000000023ccd8af0c3641dfd3158b3004e35f4d4bdf6eaf74c3dd539e58 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.27 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,701.55 GB sent, 98.72 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.