Memory Pool Memory Pool Refreshing

17,844 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (593,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,924 313,924 0000000000000000142daa2f19a9883e916631078aea63b0131f3f090cac0235 0.06 MB 123 29
313,923 313,923 000000000000000003e2ebf1720ced90d21ed7f26f0ff23b78067cb622040258 0.01 MB 35 34
313,922 313,922 000000000000000001062db28a4b1999c4fbf201bbfc31c037e819453446ccad 0.14 MB 238 24
313,921 313,921 00000000000000001f66a69950655d96c7fc8c175a7f85e914eebeab2ef5c416 0.24 MB 352 22
313,920 313,920 00000000000000000e7b9aed4c86a95ff49528ea63865fdae6518a8c493018ff 0.11 MB 86 6
313,919 313,919 000000000000000016fbeebbe11d517f95b2f54fdb74064b4dad979627cc615e 0.41 MB 794 32
313,918 313,918 00000000000000002bf3c9c5aaae3d4a0acd35fd68c85f6b04df6c114f0c63f9 0.03 MB 42 18
313,917 313,917 00000000000000001756ae4314e0ba1e8bebe2804b39e8ca9071e39c7538d3ca 0.05 MB 59 25
313,916 313,916 00000000000000000e02061ca5d836eabdd5d33e338111ba310f903e1c9c1081 0.18 MB 388 31
313,915 313,915 00000000000000000238c63bd3826847b216091e0a0e6ee74883f60cb0e31e75 0.44 MB 579 23
313,914 313,914 0000000000000000133742a3fe3a4ce2c9554f86a7e4f2a5f3e66ababb863950 0.35 MB 465 27
313,913 313,913 00000000000000001c734cc30a7f6e4a30ad8da4947d248bf650bc136b05f100 0.26 MB 414 25
313,912 313,912 00000000000000000218d48f76f907b8df86e3cb60014430ad9c25c5c345134e 0.76 MB 1,109 24
313,911 313,911 00000000000000000b6d0ab317c2aa00935218acee59b393029b0086730e4463 0.08 MB 32 2
313,910 313,910 000000000000000006fe1691be2424ae8a5b46c78085114d705969b9252f1fb8 0.05 MB 121 32
313,909 313,909 0000000000000000077a302e9c957c8209695d6dbab28a31589fa9929b535e30 0.09 MB 205 31
313,908 313,908 0000000000000000391df55bd82e8aec64ddeb493269e1f3c48b1b9b3e58fb8d 0.42 MB 795 31
313,907 313,907 0000000000000000075f4368af6f356d346a57ed7746f6845376e66f0c6f14eb 0.32 MB 476 24
313,906 313,906 00000000000000002044b0e019ffed278e6dd620ae93394264567c622cba480a 0.05 MB 108 31
313,905 313,905 00000000000000000999ca45d181ff5d018d4c521998608db2dfe05b18305cfb 0.11 MB 240 30
313,904 313,904 000000000000000002125a450b04b714bd4a12f68a337f1a2af061401aae0863 0.02 MB 33 29
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.25 GB sent, 92.99 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.