Memory Pool Memory Pool Refreshing

13,313 transactions
4.73 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,998 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (3,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,012 904,012 0000000000000000000019d648397d88b4fa8b5eb3fe6050c30bfcf700db313c 0.67 MB 1,224 1
904,011 904,011 00000000000000000000f7a6f5310d0c0a3d88bcca1678912644b57f0e142215 1.47 MB 3,329 3
904,010 904,010 00000000000000000001bc1ead093f3262a71ee3ea955f8c11412428248b758b 1.14 MB 1,803 2
904,009 904,009 000000000000000000021c8b1221692011f1ecc5155cb2485edb28db194970ff 1.21 MB 1,849 1
904,008 904,008 000000000000000000018b7caa19bf0dde276d843268f7006f552732b8e09e92 1.55 MB 3,725 4
904,007 904,007 00000000000000000000a77b8be3826f041675ecde4d14298b3a03c1a9488b0e 1.06 MB 2,403 2
904,006 904,006 00000000000000000000f599b6bcbd85d1da8c84899ed4abd351d6b3512025ff 1.51 MB 3,331 3
904,005 904,005 0000000000000000000087cfbf8f695be8ccca9262f8236954f57bea3e80243e 1.05 MB 1,931 2
904,004 904,004 000000000000000000015497b8c8519bee8f6f45f23c733d6f4e38a3b4a68487 0.97 MB 1,980 2
904,003 904,003 000000000000000000010231f521872c19dd85be1f5804f773d08cd8741640bc 1.73 MB 2,735 1
904,002 904,002 000000000000000000000822192f863d9e1c19841d6dda4649ccfb0ffef950b4 1.57 MB 3,672 3
904,001 904,001 0000000000000000000267e96f800936bc9df4a5792a5361930f000434f64ea3 1.22 MB 2,582 2
904,000 904,000 000000000000000000005f72cf80178413b135363b32bb1e1a70aa3e3e75ea13 0.27 MB 487 2
903,999 903,999 0000000000000000000229c4adf105f147cadd19f367d7f76efaf8e83eb2b8fa 0.27 MB 503 2
903,998 903,998 000000000000000000013a26fc2a96aa512c9e952c16c32018b111700b4955da 1.80 MB 2,489 2
903,997 903,997 000000000000000000025b7103fd457c90356494484040cab2117144837bccaf 1.24 MB 2,431 2
903,996 903,996 000000000000000000010ff6c1a1c91309ad667fe18e92e41eaa2414ab378021 1.78 MB 4,658 0
903,995 903,995 0000000000000000000041de02135b65ef852d05b0d4e17ff00ee6c1dd46456b 0.59 MB 1,028 2
903,994 903,994 000000000000000000007f82bfe200d33874e3324f3b15c8429614cf751a27fa 0.55 MB 1,363 3
903,993 903,993 000000000000000000022840e422e996a956e7b744579250c183495a0475114c 0.24 MB 397 3
903,992 903,992 00000000000000000002124afe3fd090142595da84f62cfcaa916a2a7b7b6dbb 1.77 MB 2,905 1
Previous 10 blocks ↓
Total Size: 769.02 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,624.70 GB sent, 93.00 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.