Memory Pool Memory Pool Refreshing

9,227 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (377,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
530,551 530,551 0000000000000000002502661079844a124118fc19d24fd3f017f6bc711558b5 0.41 MB 596 48
530,550 530,550 0000000000000000000582eb10bfbd29e5cc8491c70f9ca2c254fe0295e6d280 1.17 MB 1,568 4
530,549 530,549 0000000000000000002400391b83fe9a1153c35b6c29797815133de4b23bd8cd 1.14 MB 2,491 7
530,548 530,548 0000000000000000001e0f7b459e897e464bec1373312adbe8a337a8437cd60e 0.00 MB 1 0
530,547 530,547 00000000000000000015e5d3c0239c0228af3998a42383fa9d271f38edfab285 1.15 MB 2,625 36
530,546 530,546 0000000000000000001a50ce76842be4e1b775db88cd430f85b18a0fd83821a0 1.14 MB 1,827 51
530,545 530,545 00000000000000000002ff67261a4d0c4b8e71f6369f295fd198d40327f38bc3 0.55 MB 1,083 29
530,544 530,544 0000000000000000002e64c21a086912ad75a5be63d74e80095cfad7dad01d6a 0.69 MB 1,439 41
530,543 530,543 000000000000000000167de10b028331b9953a3c52a972839bb70b442f6eae26 0.88 MB 2,028 30
530,542 530,542 00000000000000000028be306476a7132f0f00b420159b7ca10dad3f317c204a 0.37 MB 619 35
530,541 530,541 000000000000000000292318f0130868a918037814b86095cc829fcf5aa1f2cc 0.02 MB 52 47
530,540 530,540 0000000000000000002c3f05c06e2edaf1cd255d131cf8d1ac49d2126581d98a 0.14 MB 342 34
530,539 530,539 00000000000000000014e7ff2afa200804c4dfa5aeb4c19346b3f4bd87ab451a 0.45 MB 852 19
530,538 530,538 0000000000000000002a2ca88fd2629406ce8f5c518cad8f9800ed8d25c1c9f3 1.11 MB 2,094 14
530,537 530,537 000000000000000000118ca5bfb6c8c1b6e8de39a2a7b5af309a990f8ecbaa6a 1.06 MB 2,364 29
530,536 530,536 0000000000000000003336992763a6c3b8a2b9c2332fbbefc45a973baa72b5f0 1.26 MB 2,254 34
530,535 530,535 00000000000000000033fa1ac59259da9c9d15d52649130634a28ef469ada1be 0.65 MB 1,305 27
530,534 530,534 000000000000000000074e1dd316c439930e4c531544f1fbd68e18dea56b9b24 0.20 MB 407 25
530,533 530,533 0000000000000000001c8885ad00ddefb99e17e17eb78d762c6f0c828e2569ce 0.72 MB 1,399 24
530,532 530,532 000000000000000000293d8a1d4ad4e844909d192354e2939d753f28352ff6d6 0.29 MB 499 20
530,531 530,531 0000000000000000003030404af0b21d47bf89291c656235060f9707e4ec805e 0.29 MB 559 24
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.