Memory Pool Memory Pool Refreshing

10,194 transactions
3.47 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,278 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (605,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,551 302,551 000000000000000040421d74d529bee93abbf402ba1f23d718a52b8d824c3f28 0.04 MB 101 33
302,550 302,550 000000000000000056ad8df1d62138062b473f56255ce4fdfc231de5cfece353 0.03 MB 61 27
302,549 302,549 000000000000000023a116ce986b64ffc4bf9a205a55143d51119d3958df05d6 0.16 MB 294 27
302,548 302,548 000000000000000004fac9deaa74043b201f1d2fe502860dca8818614502171c 0.35 MB 687 31
302,547 302,547 000000000000000043abe51b5e100c54449499e8c5a467734fd5141a0e3dc51e 0.31 MB 525 29
302,546 302,546 000000000000000039eb220ad002535e709e36f50094b76c07d94a809ae60751 0.16 MB 250 26
302,545 302,545 000000000000000055cbf21ca0d2e85489fc300f345d144bd00ce0a797b1b6e2 0.15 MB 274 33
302,544 302,544 00000000000000001ba38dde6d7b3450e0f9417d8a96dc6ae6f6cdbfc0bb88e4 0.07 MB 53 18
302,543 302,543 00000000000000005c368a4adf09c32d459d2693b5ff076ffb66153475755d90 0.24 MB 245 21
302,542 302,542 00000000000000002828e924146812c8d3d0888caed5c3d06b9d2161c581380f 0.05 MB 124 15
302,541 302,541 00000000000000000dbe507defb21a5d1c0abf66b84d46c27c8f857f950f5550 0.71 MB 774 18
302,540 302,540 00000000000000001e2af2bf25ff6756cd79cc778eb0040f4695f0fc821cc296 0.35 MB 1,021 60
302,539 302,539 0000000000000000345d6b14648a7d305b9a590be5d37a0902729197ef804cbc 0.15 MB 120 9
302,538 302,538 00000000000000000d9a372603b235d48fdc2d212261e133955781e907323ff2 0.05 MB 110 30
302,537 302,537 0000000000000000234220ec2c48c79cd82ac406377f5515653f6dc4542caa8a 0.42 MB 771 31
302,536 302,536 000000000000000046d130f8a812cbac9c96389f7421bd8128503ba52fafb9bf 0.20 MB 78 12
302,535 302,535 00000000000000002e6068eb3cd4207e8747d803fbf05729609da9b2ccda1683 0.35 MB 623 32
302,534 302,534 000000000000000022b025e59ff8c12e57ec21eca3ab7b2cb126f067eae70117 0.02 MB 32 28
302,533 302,533 00000000000000000085e00ccfbbcd3e5dfab2c6026d645de65cf25a1a5588a2 0.39 MB 642 29
302,532 302,532 00000000000000005cb24983200c79a30988c291ef772fb8b565929258c33187 0.01 MB 27 23
302,531 302,531 00000000000000004b71823e5a0935583a647610af94af7aa3ff3de64d6c435f 0.05 MB 80 26
Previous 10 blocks ↓
Total Size: 768.95 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,614.35 GB sent, 92.57 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.