Memory Pool Memory Pool Refreshing

914 transactions (0.34 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,853 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 907 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,852 (817,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,900 90,900 00000000000d8e8a369383f6b483889e07ee000d7e07e9ab7f6bb844f578625b 0.00 MB 1 0
90,899 90,899 00000000000e64c2d3ba9316e4e1143a339eb2d97cf6e5ecff7bf0d156602e66 0.00 MB 1 0
90,898 90,898 000000000002347df7f9bbdffa4c8da0a3242e9d7a2bdc7e16c3f52357c80dcb 0.00 MB 1 0
90,897 90,897 000000000006461bbde3ad53854ac76c56960e13f512c34e8d4a247da3df9bda 0.00 MB 1 0
90,896 90,896 00000000000455fc71c71d72641b2e1d06a35a1380b0030860eb7653af88e4eb 0.00 MB 4 0
90,895 90,895 0000000000022ba5bcb4250f1e031e1b6eb46e7c4618f65510ec2be6b22f4087 0.00 MB 1 0
90,894 90,894 00000000000e17c52c6ff3f602c9910677dd0868bd2a6c037662429c608ecc77 0.00 MB 2 0
90,893 90,893 000000000001280a739a35fa2bd44c61a50f166a9a8b494a531a64c84a998716 0.00 MB 1 0
90,892 90,892 0000000000026ca0b460b1bca330b9eb554f7866604a24471ef6dc0f99566a5d 0.00 MB 1 0
90,891 90,891 00000000000761134da10668cdca8272aa332810cce8c0d52f2c958ddb311c1e 0.00 MB 1 0
90,890 90,890 00000000000ceeeb92a55b541630c707edb7280abfa1e601162f6cb177ef1766 0.00 MB 1 0
90,889 90,889 000000000006bdaaa5cc31238309beb23cc5a26a53143c93eddeb244a384235c 0.00 MB 2 0
90,888 90,888 00000000000381d894c7ca76b9a3b89149a4c8c067b4a64b9863adf71c036258 0.00 MB 1 0
90,887 90,887 0000000000099c6c910c40f4e9c6f0f3c367e8eb2330bac024cbde17cae56e71 0.00 MB 2 0
90,886 90,886 0000000000007f864fdf1bccde804a334824c08fb1341523c5e940d3ce2c85ba 0.00 MB 4 0
90,885 90,885 00000000000be5e58ac4092ef98e179682ec2c9d7f8c7f737a0f9a44933af141 0.00 MB 1 0
90,884 90,884 00000000000c120581b0d02a0369c1d026e9b6e3ce18358c513a96eb93238a48 0.00 MB 1 0
90,883 90,883 000000000006fdb1c7e7413e40dd0e32a2fd730f4d6649c0916e339fba3d2cb8 0.00 MB 6 0
90,882 90,882 00000000000ad6bf5f2ba4583fd8c2c3b11ae0ab1555f4c51acd632ffbebdeef 0.00 MB 2 0
90,881 90,881 000000000008ee32ab131bdadc4862bd0620e232be529963146519ebda0e230d 0.00 MB 1 0
90,880 90,880 000000000004a87abe278025569600f4d3bfd68ac11e0c40cfb4d208f10adc2a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.28 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,859.75 GB sent, 103.49 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.