Memory Pool Memory Pool Refreshing

1,141 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,141 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (58,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,397 849,397 0000000000000000000066b23f7ce9bf3f6ea0f0b5dc7b854e9736eb68167f0e 1.55 MB 7,503 7
849,396 849,396 00000000000000000002829ba71dda8909adb9e4993bf139c994f736270618df 1.55 MB 6,614 8
849,395 849,395 00000000000000000000d75c22da65acf51571fa04049bfd396509431eed7c18 1.32 MB 3,137 9
849,394 849,394 0000000000000000000044c7d69642b80cde6ccfa434e69e65f8c34b2e3d593a 1.10 MB 865 9
849,393 849,393 0000000000000000000044214d7c235b534cfbc5e0289bf2423ba242a2a64360 1.22 MB 1,241 12
849,392 849,392 0000000000000000000072f24ada797f5cdbb824bbc700f3a52f42c67dba7361 1.73 MB 3,699 15
849,391 849,391 00000000000000000000f8650f37dfe38f0dd93f0a341886ccde3e9e4ee72130 1.48 MB 2,734 15
849,390 849,390 000000000000000000008b1c9f17ebaa47c49d65902a63795db918f9dbcc0057 1.61 MB 3,727 14
849,389 849,389 00000000000000000001753fea35fb8a58631e7cc0810dd58f47acb615b19d95 1.63 MB 6,944 8
849,388 849,388 0000000000000000000240c50f19fca2c56236ef3b10a63ce70e16e8aae32b0d 1.59 MB 6,875 8
849,387 849,387 00000000000000000002020d65e8f4ee88b36c82bab61f0f1a3b1d3c75967b80 1.54 MB 4,797 10
849,386 849,386 00000000000000000002db8366fc762695a7b6c7c5063e534c364f565bc2b2ba 1.55 MB 5,773 9
849,385 849,385 000000000000000000017213281af046b65f45b81197cd45b67a5de2125d7548 1.62 MB 4,894 11
849,384 849,384 00000000000000000001df31e583bf4e20d531f438149958df5117ecaa79d9c8 1.55 MB 5,280 9
849,383 849,383 0000000000000000000289c2a225d9092294782913b2adb93ae755b329a7ea95 1.84 MB 2,218 15
849,382 849,382 0000000000000000000174c1027ba1809e8393a73d2b29d97a9473127dfcb13d 1.64 MB 2,739 17
849,381 849,381 0000000000000000000085b5030ad1054e051877ad34e78377f55162f8703b85 1.65 MB 2,226 15
849,380 849,380 000000000000000000031f23a5bb59e28365687e073038b31c0639a507ab100c 1.63 MB 7,838 7
849,379 849,379 00000000000000000000bf01963302ea70b405b7b97c077e8d3a284d17ca2c3f 1.74 MB 5,336 9
849,378 849,378 0000000000000000000104157762e090a78f0718cecdac57ca1082cd894937db 1.63 MB 5,956 8
849,377 849,377 00000000000000000002f1a88d08e48ae6ec3fe890579bfa4c4b9c99d015a317 1.63 MB 3,962 10
Previous 10 blocks ↓
Total Size: 769.10 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,629.01 GB sent, 93.40 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.