Memory Pool Memory Pool Refreshing

4,524 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,944 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (60,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,561 847,561 00000000000000000000ea0900bc371774aab4fba75bceb4e42a3e57f5069c49 1.52 MB 4,009 30
847,560 847,560 00000000000000000001627f708b498f1268babe0d600f8271f0bffbb47a2eea 1.59 MB 3,585 31
847,559 847,559 000000000000000000034b1151c2c97b70b4d7cf71c6ce65a359f5544e17ed96 1.57 MB 6,031 27
847,558 847,558 0000000000000000000324c32312d67497e71573029c0b457a9561300766a6ad 1.65 MB 2,502 29
847,557 847,557 0000000000000000000141547b5934b859544b9628f0d321173f6f34f3add109 1.58 MB 2,886 35
847,556 847,556 0000000000000000000146bc3a366e776b034a20cb77c21ab78573d07e27eaa6 1.52 MB 6,221 27
847,555 847,555 00000000000000000000e571ee4eb7b5b63b2a0c6e9d42371f4ebec900e3353d 1.53 MB 5,000 27
847,554 847,554 00000000000000000000122ddb6aa73352fafb89d6780929071b9a601b42144c 1.48 MB 5,587 25
847,553 847,553 00000000000000000001c21f9bc50a9e4f31aa2607b31c59064680dbb89c1076 1.52 MB 6,994 25
847,552 847,552 00000000000000000001eb1ac360665ee1e14248fddf37805cdb0cb53856cf8b 1.48 MB 4,205 28
847,551 847,551 000000000000000000007175c9cb7d084e0187e1951d295c392d37a2afd46175 1.53 MB 5,608 28
847,550 847,550 000000000000000000029cfedbafdab25dc6ac01fed3834924be40080781683d 1.52 MB 4,172 27
847,549 847,549 000000000000000000019b957714ca4305fcbb672ca2027a57cad1bcf89f5f8e 1.57 MB 4,208 33
847,548 847,548 0000000000000000000247841cf08aff2f584491f7738e5a41df8188a72d9901 1.48 MB 4,749 38
847,547 847,547 0000000000000000000311e38e75aada0d97b78928465c54fcad1f647de66221 1.55 MB 3,628 30
847,546 847,546 0000000000000000000358441884a292de4c2e317f925a9da42b087addc113cb 1.60 MB 4,555 32
847,545 847,545 000000000000000000008ef528c7e13540f35838a0c0b7a61dd142299534f327 1.46 MB 5,133 41
847,544 847,544 0000000000000000000301e087f8f2979eb58faad529278cdbcb8ccd90ca4073 1.54 MB 5,054 34
847,543 847,543 000000000000000000018ddbbeb5725b54f7d3a6d8ce70448f9ef19b5724d6e1 1.59 MB 4,038 31
847,542 847,542 00000000000000000001a10aad3a9b9cd408affd8a6b8d27ae637e68d342086d 1.58 MB 4,162 30
847,541 847,541 000000000000000000019a2a28f55eacf6a59e5c1be7801d7a6043c482e5949f 1.58 MB 6,293 25
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.71 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.