Memory Pool Memory Pool Refreshing

4,362 transactions
1.64 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
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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,820 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (118,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,547 789,547 0000000000000000000006f4f42c08c80ec2e01c0ffaded92143c1a1fac26d74 1.77 MB 3,977 40
789,546 789,546 00000000000000000003ca2b19bce155f391aaa2dc8245fda4f0b9071a2b565f 1.65 MB 3,242 38
789,545 789,545 00000000000000000005550e41f21463fd7ab4c6b52fc670de2e160a5c62013b 1.73 MB 4,126 42
789,544 789,544 00000000000000000000107a1cc28dd55917e2753d354965cd8a4a68c63b2cec 1.62 MB 3,557 83
789,543 789,543 000000000000000000025f3cd7abc2eeaf470fd8cd59f4c98283b656ddc36d08 1.42 MB 3,365 146
789,542 789,542 0000000000000000000517605923c2c8e6492780bac7f9b9c1c79a917fb9d96d 1.77 MB 4,241 35
789,541 789,541 00000000000000000004667d567ff4227b6bc0139626fd1601f7fdfeafa1ecdd 1.66 MB 4,473 81
789,540 789,540 00000000000000000004f23823de1d2a65e7912ff216af42a395fcfbae2752bb 1.57 MB 3,838 107
789,539 789,539 0000000000000000000162552aed5f9c480c2b1f29fad5429e53df8a1d35d96c 1.67 MB 4,492 64
789,538 789,538 000000000000000000029e0a32743d763d9c648fd522ed5dbc29ef79d7c4a64f 1.49 MB 3,584 135
789,537 789,537 00000000000000000003e11b29dae7264a21a0f9f2126d750e75e9648aa8b9a7 1.74 MB 4,154 39
789,536 789,536 000000000000000000014cf12cbacd1386d593f9d9cbaf11fd9b85db38a34553 1.71 MB 4,277 79
789,535 789,535 00000000000000000001825561fe7d6edacef6cfa124d8db15fd48bbed89f19d 1.77 MB 3,911 31
789,534 789,534 0000000000000000000208f9a18be62e0fff8ffb05d46d1b26672b700f38cca6 1.57 MB 4,064 65
789,533 789,533 00000000000000000001408396010569a2d0429e58ae53de25fd20e475540c2f 1.50 MB 3,400 72
789,532 789,532 0000000000000000000206c0a72149e4785b5cfa3ddc08a4fd306ae4be87d50e 1.59 MB 3,412 91
789,531 789,531 00000000000000000001b9c9834a91265b620e404af65756e1a3346855324ef1 1.47 MB 3,013 49
789,530 789,530 000000000000000000054c6d3258bd2a2106cec110878b262c1836c3eeaf75e0 1.70 MB 3,193 75
789,529 789,529 000000000000000000059a2f150a065e571a527caaaaea47311112f0b7083cd9 1.47 MB 3,183 166
789,528 789,528 000000000000000000025e2cc4718a736c6c1ae480815487993abb122482a3ab 1.70 MB 4,248 78
789,527 789,527 0000000000000000000325930e311a29fb3736e6c7956494c9fbbac40ba58e71 1.65 MB 4,083 85
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.