Memory Pool Memory Pool Refreshing

4,857 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,832 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (597,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,887 309,887 00000000000000000bb8668393d3ef95252beac25a47c4507eda08ee3fe07f10 0.09 MB 68 12
309,886 309,886 0000000000000000313afd911fe8e1ca5b3b80638f18a8b05311cad2404c3f35 0.15 MB 190 21
309,885 309,885 00000000000000001c5163ac9849edc02028e309fbd55eb94a4dd133ff2a2190 0.26 MB 374 25
309,884 309,884 000000000000000035d90ba750882fdfe0bed1582181011e09ef88ff99b363db 0.10 MB 113 15
309,883 309,883 00000000000000001e3df848a36f3250f7065ab4e7897d1b41761b9099d09d2e 0.16 MB 243 26
309,882 309,882 00000000000000000c363271f6d5f790c56eacca8462697d72add2ace9b1917f 0.39 MB 606 28
309,881 309,881 000000000000000034552398f69fc017f807f66c08a1cbec91caae9a39369584 0.10 MB 88 16
309,880 309,880 0000000000000000402ba4dbe3f6dd26ea0dea85913d166ea9cc8fe55bff4012 0.30 MB 511 26
309,879 309,879 00000000000000003a9709471ee938ec4564f966e842b9fc9ee211a4a698bbed 0.18 MB 512 45
309,878 309,878 00000000000000000f0b0e73f01bc9574ff1c86b14661d4165aaae1fdf8eb06f 0.25 MB 337 28
309,877 309,877 00000000000000002328c22f685dfe7ef1fa7fa1bef243a0d480f5cdec1123d8 0.07 MB 34 8
309,876 309,876 00000000000000001975e0f758f3b5fcae2fb45737d3d2cb1d69a9021b96c7e9 0.06 MB 15 3
309,875 309,875 0000000000000000198d7e077e8c06d6b68f0119b4d9f711eeae15e7495e9806 0.16 MB 229 21
309,874 309,874 000000000000000017b6d29383c530b3dd736193349bf3681ca63c6407cc2097 0.08 MB 121 28
309,873 309,873 00000000000000001807ae5fcb9f82e5b965e4924c214d7b66398c863dba341e 0.65 MB 840 24
309,872 309,872 000000000000000013d52301d8978c2d1e10379498383f5e2d79ec8d022adb49 0.08 MB 72 13
309,871 309,871 000000000000000031c7ec0ad02cde0dfa9b5b596d6e082b740e5e382614411b 0.00 MB 1 0
309,870 309,870 00000000000000001cef90e89637ac3734413b1646b015d963a193d7e552b406 0.07 MB 33 5
309,869 309,869 00000000000000000cf5829c552ef61886e72dd467e5f8a9ba0f46da4e73cdf7 0.37 MB 636 30
309,868 309,868 0000000000000000037caa434cfd99ba41086e8fe567ff749aaf1c390eb51dee 0.15 MB 236 16
309,867 309,867 00000000000000002b812cf1e7b44cb4bb25fc627244f9939a78332a702f664a 0.07 MB 155 36
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.