Memory Pool Memory Pool Refreshing

5,890 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,582 (46 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,536 908,536 000000000000000000000b18fb6bf34b6c5781af2c2a96bb6080f18d98c96423 1.56 MB 3,263 3
908,535 908,535 00000000000000000000b5623aa2088b3226bb596ed0e59189254e212923c471 2.03 MB 984 0
908,534 908,534 000000000000000000006653dbcf89e59c85e26152d2b5b7024b6cbe3329649c 2.05 MB 437 0
908,533 908,533 0000000000000000000076ee4c211653d5a9e49b8eecd26bae3d041789c0a887 1.71 MB 1,586 1
908,532 908,532 0000000000000000000140c88b050638bd94c9ad4880c0601462aeec18977ffc 1.63 MB 2,541 3
908,531 908,531 00000000000000000001a9efe8a402dc751fb4c7df1a76306f928aeb2171e3d6 1.96 MB 1,494 1
908,530 908,530 000000000000000000008af4af584580528587ab57486d0a33ac4992126a1b4c 1.78 MB 2,811 1
908,529 908,529 000000000000000000012046850899195a3e0150e4689974245eafa4a09c4d0b 1.53 MB 2,757 3
908,528 908,528 0000000000000000000117001b8fd321af74140c8d09a762f6686f5dd156d5f9 1.65 MB 3,542 1
908,527 908,527 00000000000000000001d06f538666e0cde6f089e432910959ceb37f44859b36 1.80 MB 3,761 0
908,526 908,526 000000000000000000013375989c1454f79156291184d0ce8e7efde817217564 0.50 MB 1,028 2
908,525 908,525 0000000000000000000034d3e2312e0e846fc8449e3fa04beb6b5431c8298e35 1.83 MB 4,742 0
908,524 908,524 00000000000000000000c97c2d7bbe0e1c8c7772089d7ccadd1d9bc27dd83b8b 1.60 MB 3,198 2
908,523 908,523 000000000000000000014cf57aa47aa461c8b1ec52024f7c3dab03a30caeec80 0.33 MB 641 3
908,522 908,522 00000000000000000001db966326ff02afe4e38c6205a42384eccf2d0185efb0 1.77 MB 4,810 0
908,521 908,521 0000000000000000000004b4ec861222e284f51dcffc14380cadf8b0a36cefdd 1.57 MB 2,658 2
908,520 908,520 000000000000000000000741cc8a90636574e524322bcc71e423b859ad2fe106 0.80 MB 1,468 2
908,519 908,519 00000000000000000000a66fd341a5980ac912b9433084c46c64f51bbe32ee3e 0.46 MB 671 2
908,518 908,518 00000000000000000000faea3da088419b15f70dd7a6d32ab26f7f0706c5adc1 0.62 MB 869 1
908,517 908,517 00000000000000000000ccf2c160b07965b4f15642bd96d4fdf40a1d6e14593c 1.72 MB 2,435 3
908,516 908,516 00000000000000000001b8f5e77538348d00f64672ddb1e528350b72f057e202 1.82 MB 1,615 1
Previous 10 blocks ↓
Total Size: 770.78 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,848.90 GB sent, 100.90 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.