Memory Pool Memory Pool Refreshing

3,626 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,174 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (544,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,960 362,960 0000000000000000094928783a1e6a299c69f7a7d72815df0c6a60741a7ab6e8 0.11 MB 271 21
362,959 362,959 0000000000000000028346b2bfe8746b76557b4a6743be97bd753d2277944f46 0.33 MB 307 16
362,958 362,958 000000000000000009043c639a03519138d5281087b99d79cf2f3db24b851151 0.75 MB 1,506 33
362,957 362,957 000000000000000002d97fdeb4f3b5a54d6031f6a7b6ca3253dfbf4887793bbc 0.04 MB 110 39
362,956 362,956 00000000000000000dbc12bdcb4d0a340272edd649d24849f86a20d075f0dba1 0.37 MB 746 29
362,955 362,955 000000000000000001c243b55f3273ba548a899e590df2eb62d7af50b445742c 0.18 MB 194 12
362,954 362,954 0000000000000000121ca060def89872d4f4bbba74bf417bac71741039715270 0.60 MB 637 8
362,953 362,953 000000000000000010c5029bd03916598d05ffbdfd2e7ebddb67741f07d85469 0.00 MB 1 0
362,952 362,952 0000000000000000105aab14f52f4b006375e950c5ae17a29eaf1852fa2f589b 0.01 MB 29 75
362,951 362,951 00000000000000000709edd088a85b247153664c777a7c15199ec67a3e4c8fde 0.85 MB 1,715 32
362,950 362,950 00000000000000000019ccc6318d7fd639fcc50e72fa1ee716130f095097b3b3 0.75 MB 826 14
362,949 362,949 00000000000000000a22e05371ede898456d6dcf3132bb67b1c136d050a1c743 1.00 MB 2,437 37
362,948 362,948 00000000000000001436c96e2c52bbaa2f65566f9cf982ecaffefa32e0c454cb 0.00 MB 1 0
362,947 362,947 0000000000000000102f3c8d3749ab37036670eb10001f357b734526b45de37b 0.28 MB 964 60
362,946 362,946 00000000000000000f989eded4b7614f637a96270b562e6bf395afd10b3cab1d 0.93 MB 1,502 21
362,945 362,945 00000000000000001310c1a0161413d61fca059cfa0903fe53bff397058c6c86 0.23 MB 462 26
362,944 362,944 000000000000000015ef1a924cab21ae4b945ba8f473075f535f45c414a1a05b 0.75 MB 1,354 26
362,943 362,943 00000000000000000dcf73f9b130887bb4c0fd9dc573f351ee4bd6c53c0814cf 0.92 MB 1,397 26
362,942 362,942 00000000000000000875178eae04f260ebce4a5d0cbcc7f7bb06c783efbef388 0.93 MB 1,257 26
362,941 362,941 00000000000000000bb3d3e5c2258ddc51fea3f985b9d607a23ed2645855dc84 1.00 MB 676 18
362,940 362,940 00000000000000000053571f52505376ee25f57b76e963d09942dd02e7594edd 0.75 MB 199 10
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.