Memory Pool Memory Pool Refreshing

2,957 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,783 (354,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,292 553,292 00000000000000000004fdd981a7e827a072716d5da481ba37e8ccd9295dde5c 1.23 MB 2,748 28
553,291 553,291 0000000000000000001c5f5091d6231712fe0ee35fd02d8d4f8573b84f568051 1.18 MB 2,500 21
553,290 553,290 0000000000000000002c3ee06479422cca3dd2af685c8333bdc55c30c400b23b 1.22 MB 3,002 29
553,289 553,289 0000000000000000001747dcd05d814c16076686599ab0380ba4d9ff77a450c0 1.22 MB 2,780 25
553,288 553,288 0000000000000000002c6fc5ad5440800577fc206a975c7aa2c8e8be91312900 1.26 MB 2,871 17
553,287 553,287 0000000000000000002b8d5f6cb42d149a1b497cb1d903a47edf7fe7f15cd751 1.21 MB 2,462 13
553,286 553,286 000000000000000000046721ec623edaffe98fdadf2a2f7c79207ffea1ad6f8a 1.27 MB 2,302 31
553,285 553,285 0000000000000000001e0684cfd868b9fbef5e2108426f80d67dcbcf305e5bdb 1.20 MB 2,500 21
553,284 553,284 0000000000000000000628b8d34b176e6fa3bdf83081e64d6c92a1852a49627b 1.20 MB 2,416 34
553,283 553,283 0000000000000000001631828c8835feec935b27c2474bd84d71c8c64ae168c4 1.30 MB 1,724 15
553,282 553,282 0000000000000000002b708640cadb0e1f5239174f8e542a146f7ae101baff37 1.31 MB 2,068 16
553,281 553,281 00000000000000000029e71190168b1a13b6e24842429b1094fda5288f049c20 1.25 MB 2,721 25
553,280 553,280 000000000000000000115862d4eacd51a27ca7641004a6e529207f70a16bea3a 1.18 MB 2,934 61
553,279 553,279 0000000000000000001d9cd63c4639549c28f51ffa1b868e3a2727299af600cc 1.34 MB 2,344 20
553,278 553,278 0000000000000000000728a0218c2939a8b5242dee5408c42595d9eabff8d585 1.11 MB 394 13
553,277 553,277 0000000000000000000dbe0abd7449641a34f9cf86100f1848b0c908536edced 1.12 MB 939 15
553,276 553,276 0000000000000000000ddffbe5fa9da58e7e8435e042fad4b4ba6d3eff207443 1.04 MB 620 11
553,275 553,275 0000000000000000000fd1c323b76d33321caa8c51f9dc3dbe9d1dbe71b4bc16 1.12 MB 1,415 16
553,274 553,274 000000000000000000173fdfcc054abf17bd89765c6be05ed8d3239272d8eed6 1.24 MB 2,483 22
553,273 553,273 00000000000000000001ea7cefa63224bce2bfabef9d78c072950cbba93a7ea4 1.18 MB 2,495 34
553,272 553,272 00000000000000000024297e38548efa810f2d226cb1e7d35ad4ac5585fe77b3 1.14 MB 2,077 32
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.