Memory Pool Memory Pool Refreshing

2,256 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (565,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,918 341,918 000000000000000014152a71a22092cce0c595fbd3f0fb2013da34f266fcc482 0.09 MB 206 29
341,917 341,917 00000000000000000efbc765b753480726bbe9aff26fb63651718e8d46bd46a7 0.04 MB 66 14
341,916 341,916 00000000000000000822b1591ea1277201cb51ac64a7449d2f2523ba693c8ca9 0.32 MB 566 23
341,915 341,915 00000000000000001709e977498abdc2963772134ba664c899bb4b12a0de9dcd 0.70 MB 1,272 25
341,914 341,914 000000000000000011191fe65d93faf820595aa1d0e2b8e4b9013bb5069e1721 0.06 MB 133 18
341,913 341,913 000000000000000002cecb29b2e7a49cce88abc517319faa1156e5b75b1a5bdf 0.71 MB 1,246 24
341,912 341,912 0000000000000000114a92cae8edfb67cc3beffca6fc9913dff49af438317a77 0.13 MB 256 26
341,911 341,911 0000000000000000118072e3aeffc2a30090a1a40d558ba6ff7405346d18c1f4 0.23 MB 565 30
341,910 341,910 00000000000000000a4988e851a489cbd20bf69a004fb9575bc54cdf728de693 0.54 MB 1,075 28
341,909 341,909 000000000000000013c962e354539272488ce0e52e1c2ea53673c6270acef225 0.34 MB 579 22
341,908 341,908 000000000000000001e771707200873d4b2533adf12fc68f8a0d214a5a0b3798 0.35 MB 693 28
341,907 341,907 0000000000000000007b4341c1534d70e7ea89a42963b3647042b2742e3203a5 0.26 MB 398 21
341,906 341,906 000000000000000006002b415ab7b5ee21833c4293de5f57026b3f926c0bf757 0.00 MB 1 0
341,905 341,905 00000000000000000a587de27387c0b60871f469794451f2b08b2a13fc008598 0.11 MB 256 37
341,904 341,904 00000000000000000590172b05e72eb74db3210fc496ba52c7d4a6502e200f52 0.13 MB 243 23
341,903 341,903 00000000000000000b5856d44b7fbc57173ab7fc3db14f1e1bf39ad23817f46a 0.19 MB 186 13
341,902 341,902 00000000000000001a4268dbbe5ef568509f6b9d2354aa8c808edc2d68c4b7cc 0.75 MB 1,229 23
341,901 341,901 000000000000000012800085b78d1b33a5af61909bcdb36b7addff7074274fa2 0.15 MB 512 44
341,900 341,900 0000000000000000087457de8a450676419c02dc5569e46fe532286f1244b45e 0.10 MB 165 21
341,899 341,899 0000000000000000053cdd3cf8d5ef0b363251c31217b1d529c8283adfd67aaa 0.05 MB 122 43
341,898 341,898 000000000000000002da351b6b1c9b18869476559ecfd3ad4b0b106e149beed7 0.31 MB 445 17
Previous 10 blocks ↓
Total Size: 769.11 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,629.56 GB sent, 93.44 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.