Memory Pool Memory Pool Refreshing

1,588 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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,785 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,218 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,784 (569,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,611 338,611 00000000000000001a023866ad208e066ebb1061bffa90e3b17e24a20eac400e 0.10 MB 202 22
338,610 338,610 000000000000000007302d103b9ad8953a472106aa1ca44cf246d67c9b659a27 0.40 MB 783 10
338,609 338,609 00000000000000000b3450074790965dc84a93f8bf9cd3807606388290a22dfc 0.12 MB 256 35
338,608 338,608 00000000000000000502f7866b6bc049381e7a21c14895a7e420acebb118536c 0.32 MB 583 31
338,607 338,607 0000000000000000196d88f6ade42f996f7846b815d06aad9863985c49872c3c 0.75 MB 1,477 27
338,606 338,606 00000000000000000972b1ed6136d6d89c2492bbe4e8c0af7a1fe8b2c3d00dc5 0.24 MB 439 21
338,605 338,605 0000000000000000074dc1780309e7c5277a46ae3a9d4830d8404bad6e22dafc 0.63 MB 1,152 22
338,604 338,604 000000000000000014fca1ad6f5f10508a8f8720b0d8225311b8e73b639c3d5c 0.40 MB 741 17
338,603 338,603 000000000000000006c2539a4b2f00438ee719abed409add8f597dd2270c20e2 0.08 MB 134 20
338,602 338,602 000000000000000008a4293da7c6c8db59ee3b5f38e2bb00e532f8912f8ab29c 0.35 MB 456 20
338,601 338,601 0000000000000000178cce4402bfeb7dc6e54ee09790bcd68a5330549e48a41b 0.19 MB 512 35
338,600 338,600 00000000000000000f8c3b656930144c00278f4a3067857335f971b2de5279b0 0.34 MB 587 21
338,599 338,599 00000000000000000d181332e0ed48dc5cb539bfd780eb2d3e8086bc2448cf56 0.38 MB 825 24
338,598 338,598 00000000000000000cf7eeed57ae3653da5ca01781d7a4376dce8301a5cfd82f 0.44 MB 840 16
338,597 338,597 000000000000000000040a4cf3f1239834c78f7187e430871f22e705382799a1 1.00 MB 1,560 23
338,596 338,596 0000000000000000090fbd0ff492f800bc832d2a44731b6afe3633bd02a82bcd 0.24 MB 488 22
338,595 338,595 000000000000000013afadfed06730b58adc5a32f164bf9ab1f2d23212d526a3 0.37 MB 797 20
338,594 338,594 00000000000000000a14b55104344c128fd1eab6714c7f28db2f58c059582f55 0.76 MB 1,520 22
338,593 338,593 0000000000000000153f79008da3a497e05d1a22abc91361d1428a8d0b37e186 0.35 MB 370 11
338,592 338,592 000000000000000014c3421d7c13d9a4ced5e3ca658cc121fd6dff8e98b039d0 0.75 MB 1,109 22
338,591 338,591 000000000000000016725f525773c9540d1a51fd08e7584bf81ee248f5ed15dd 0.61 MB 1,082 25
Previous 10 blocks ↓
Total Size: 769.14 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,631.83 GB sent, 93.58 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.